diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-06-24 18:20:10 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-06-24 18:20:10 +0000 |
| commit | e8af2caa109242563614137bb5e4c5fae80b6453 (patch) | |
| tree | 4d1d23d426535fcdfbc87cee39f18a16f405f57a /src/util/profile/prof_section.c | |
| parent | 23dcc87b0c95404c6e2bdd069258ae4c7569a579 (diff) | |
| download | krb5-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_section.c')
| -rw-r--r-- | src/util/profile/prof_section.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/profile/prof_section.c b/src/util/profile/prof_section.c index e563e4f23..d147b7912 100644 --- a/src/util/profile/prof_section.c +++ b/src/util/profile/prof_section.c @@ -7,7 +7,9 @@ #include <stdio.h> #include <string.h> +#ifdef HAVE_STDLIB_H #include <stdlib.h> +#endif #include <errno.h> #include "prof_int.h" |
