mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:23:31 +03:00
moved includes to setup.h so that the project headers also pick them up (eleminate gcc warning).
This commit is contained in:
parent
c4931601c6
commit
ca3e5a6322
4 changed files with 8 additions and 6 deletions
|
|
@ -176,6 +176,10 @@ int fileno( FILE *stream);
|
|||
#define typedef_bool
|
||||
#endif
|
||||
|
||||
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
|
||||
#include <sys/timeval.h>
|
||||
#endif
|
||||
|
||||
#ifndef SIZEOF_CURL_OFF_T
|
||||
#define SIZEOF_CURL_OFF_T sizeof(curl_off_t)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue