mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:37:18 +03:00
Add include files to prevent warnings on some (HPUX) systems.
This commit is contained in:
parent
f8d552dde5
commit
f317f8b149
2 changed files with 12 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
#include "test.h"
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/*
|
||||
* Source code in here hugely as reported in bug report 651460 by
|
||||
* Christopher R. Palmer.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
#include "test.h"
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/*
|
||||
* Source code in here hugely as reported in bug report 651464 by
|
||||
* Christopher R. Palmer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue