Commit cc80e5b5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Damien Adant <dams@usa.net> suggestion to make it compile on Ultrix

parent 190106c9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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