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
1 changed files with 4 additions and 0 deletions

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