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

This commit is contained in:
Daniel Stenberg 2000-02-10 23:28:10 +00:00
parent 9ef5f5ef5a
commit efb410a188
1 changed files with 5 additions and 0 deletions

View File

@ -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>