Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment