Rob Jones fixed better #ifdef'ing for a bunch of #include lines.

This commit is contained in:
Daniel Stenberg
2007-04-03 20:54:37 +00:00
parent 584f3639e3
commit 990b15e402
6 changed files with 24 additions and 1 deletions

View File

@@ -50,7 +50,9 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif