mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Add include files to prevent warnings on some (HPUX) systems.
This commit is contained in:
parent
f8d552dde5
commit
f317f8b149
@ -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…
Reference in New Issue
Block a user