summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog4
-rw-r--r--src/include/win-mac.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 017cd8e27..424239c35 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,7 @@
+1999-09-13 Miro Jurisic <meeroh@mit.edu>
+
+ * win0mac.h: Add #define HAVE_STRING_H for MacOS builds.
+
1999-08-31 Jeffrey Altman <jaltman@columbia.edu>
* k5-int.h: Add #define ANSI_STDIO for Windows builds so that
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index e2d37e00f..583f7ec2c 100644
--- a/src/include/win-mac.h
+++ b/src/include/win-mac.h
@@ -237,6 +237,8 @@ HINSTANCE get_lib_instance(void);
#define NEAR
#endif
+#define HAVE_STRING_H
+
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define HAVE_SRAND