diff options
-rw-r--r-- | src/tools.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools.c b/src/tools.c index e743393..60f9012 100644 --- a/src/tools.c +++ b/src/tools.c | |||
@@ -42,7 +42,9 @@ THE SOFTWARE. | |||
42 | #include <string.h> | 42 | #include <string.h> |
43 | #include <ctype.h> | 43 | #include <ctype.h> |
44 | #include <stdlib.h> | 44 | #include <stdlib.h> |
45 | #if !defined(__APPLE__) | ||
45 | #include <malloc.h> | 46 | #include <malloc.h> |
47 | #endif | ||
46 | 48 | ||
47 | /* | 49 | /* |
48 | * ############################################################################################### | 50 | * ############################################################################################### |