1
0
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:
Daniel Stenberg 2000-03-02 23:00:54 +00:00
parent 190106c98e
commit cc80e5b582

View File

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