summaryrefslogtreecommitdiffstats
path: root/src/util/profile/test_profile.c
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-06-24 18:20:10 +0000
committerTheodore Tso <tytso@mit.edu>1996-06-24 18:20:10 +0000
commite8af2caa109242563614137bb5e4c5fae80b6453 (patch)
tree4d1d23d426535fcdfbc87cee39f18a16f405f57a /src/util/profile/test_profile.c
parent23dcc87b0c95404c6e2bdd069258ae4c7569a579 (diff)
downloadkrb5-e8af2caa109242563614137bb5e4c5fae80b6453.tar.gz
krb5-e8af2caa109242563614137bb5e4c5fae80b6453.tar.xz
krb5-e8af2caa109242563614137bb5e4c5fae80b6453.zip
Only include stdlib.h if it's available
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8547 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/test_profile.c')
-rw-r--r--src/util/profile/test_profile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/profile/test_profile.c b/src/util/profile/test_profile.c
index b75c81f705..171df93ecc 100644
--- a/src/util/profile/test_profile.c
+++ b/src/util/profile/test_profile.c
@@ -3,7 +3,9 @@
*/
#include <stdio.h>
+#ifdef HAVE_STDLIB_H
#include <stdlib.h>
+#endif
#include "profile.h"
#ifndef _MSDOS