diff options
author | John van Groningen | 2010-10-13 12:55:10 +0000 |
---|---|---|
committer | John van Groningen | 2010-10-13 12:55:10 +0000 |
commit | 5911d7ece7fe0c92f1efa81910f143d59c948c5a (patch) | |
tree | e85935c279bccb8e30fbee57fd0f4dc2a0ce1814 | |
parent | workaround for preprocessor problem on 32 bit ubuntu (diff) |
#include <stdlib.h> to prevent c compiler warnings for function free
-rw-r--r-- | ufileIO2.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,9 +9,9 @@ #endif #include <stdio.h> +#include <stdlib.h> #ifdef MPW3 -# include <stdlib.h> # include <string.h> #endif |