mirror of
https://github.com/curl/curl.git
synced 2026-04-23 21:02:13 +03:00
added an include to build on ultrix
This commit is contained in:
parent
b34bee45ca
commit
5dd1cb0614
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue