summaryrefslogtreecommitdiffstats
path: root/src/util/profile/prof_parse.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/prof_parse.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/prof_parse.c')
-rw-r--r--src/util/profile/prof_parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/profile/prof_parse.c b/src/util/profile/prof_parse.c
index 4d1382bc8e..9c83b8fdcd 100644
--- a/src/util/profile/prof_parse.c
+++ b/src/util/profile/prof_parse.c
@@ -1,6 +1,8 @@
#include <stdio.h>
#include <string.h>
+#ifdef HAVE_STDLIB_H
#include <stdlib.h>
+#endif
#include <errno.h>
#include <ctype.h>