Skip to content
Snippets Groups Projects
Commit 5dd1cb06 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added an include to build on ultrix

parent b34bee45
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,14 @@
* $Id$
*****************************************************************************/
/* This is now designed to have its own local setup.h */
#include "setup.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
......@@ -38,9 +42,6 @@
#define CURLseparator "--_curl_--"
/* This is now designed to have its own local setup.h */
#include "setup.h"
#if defined(WIN32)&&!defined(__CYGWIN32__)
#include <winsock.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