mirror of
https://github.com/curl/curl.git
synced 2026-05-01 01:57:50 +03:00
Damien Adant <dams@usa.net> suggestion to make it compile on Ultrix
This commit is contained in:
parent
190106c98e
commit
cc80e5b582
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue