summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc <devnull@localhost>1998-04-08 00:14:54 +0000
committerwtc <devnull@localhost>1998-04-08 00:14:54 +0000
commit289f0f51a542d9d7b047f3c7450120353c60c54a (patch)
tree4c9c01bf2a1fbae8678ca527e6a880b1fcf0307c
parent44e835c53d88497b2fada70a7a157262a7116f06 (diff)
downloadnspr-hg-289f0f51a542d9d7b047f3c7450120353c60c54a.tar.gz
Include <stdlib.h> for malloc and free.XPCOM_BASE
-rw-r--r--lib/msgc/src/os2gc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/msgc/src/os2gc.c b/lib/msgc/src/os2gc.c
index 998878a2..6a748e20 100644
--- a/lib/msgc/src/os2gc.c
+++ b/lib/msgc/src/os2gc.c
@@ -22,6 +22,8 @@
*/
#include "prlog.h"
+#include <stdlib.h>
+
/* Leave a bit of room for any malloc header bytes... */
#define MAX_SEGMENT_SIZE (65536L - 4096L)