Skip to content
Snippets Groups Projects
Commit efb410a1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Ellis Pritchard <ellis@citria.com> made it work for MacOS X

parent 9ef5f5ef
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,12 @@
# undef static
#endif
#ifdef __APPLE__
#include <sys/types.h>
#include <sys/malloc.h>
#else
#include <malloc.h>
#endif
#include <string.h>
#include <stdio.h>
#include <ctype.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment