mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Damien Adant <dams@usa.net> suggestion to make it compile on Ultrix
This commit is contained in:
parent
190106c98e
commit
cc80e5b582
@ -44,6 +44,10 @@
|
||||
|
||||
#include "setup.h"
|
||||
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user