mirror of
https://github.com/curl/curl.git
synced 2026-08-05 12:06:15 +03:00
Ellis Pritchard <ellis@citria.com> made it work for MacOS X
This commit is contained in:
parent
9ef5f5ef5a
commit
efb410a188
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue