summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1997-07-30 03:14:52 +0000
committerTheodore Tso <tytso@mit.edu>1997-07-30 03:14:52 +0000
commit8bfd44772ec4c11deec02d9f38607a9e0b4158b8 (patch)
treeeef5df972a4395671f429fa2ddf990520efe38f7 /src/include
parenta16468c1e07f22e911f070f50d64de349d6a5e4a (diff)
downloadkrb5-8bfd44772ec4c11deec02d9f38607a9e0b4158b8.tar.gz
krb5-8bfd44772ec4c11deec02d9f38607a9e0b4158b8.tar.xz
krb5-8bfd44772ec4c11deec02d9f38607a9e0b4158b8.zip
For Windows and Macintosh, always include stdlib.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10145 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog4
-rw-r--r--src/include/krb5.hin1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 5f0b1a4d1a..f6906c9abb 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 29 23:14:27 1997 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * krb5.hin: For Windows and Macintosh, always include stdlib.h
+
Fri Jul 25 15:21:26 1997 Tom Yu <tlyu@mit.edu>
* k5-int.h: Don't include anything related to dbm.
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index bd25f1662d..cb885c3f1b 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -54,6 +54,7 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
+#include <stdlib.h>
/*
* begin wordsize.h