Skip to content
Snippets Groups Projects
Commit e12220cc authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Include <sys/time.h> and <unistd.h> inside HAVE_x_H.

parent 77fcad04
No related branches found
No related tags found
No related merge requests found
......@@ -21,12 +21,16 @@
#if defined(WIN32) && !defined(WATT32)
#include "nameser.h"
#else
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <netdb.h>
#endif
#ifdef HAVE_GETOPT_H
......
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