summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2010-10-13 12:55:10 +0000
committerJohn van Groningen2010-10-13 12:55:10 +0000
commit5911d7ece7fe0c92f1efa81910f143d59c948c5a (patch)
treee85935c279bccb8e30fbee57fd0f4dc2a0ce1814
parentworkaround for preprocessor problem on 32 bit ubuntu (diff)
#include <stdlib.h> to prevent c compiler warnings for function free
-rw-r--r--ufileIO2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufileIO2.c b/ufileIO2.c
index e06d403..31c111c 100644
--- a/ufileIO2.c
+++ b/ufileIO2.c
@@ -9,9 +9,9 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#ifdef MPW3
-# include <stdlib.h>
# include <string.h>
#endif