Andrs Garca-fix to make it build with mingw

This commit is contained in:
Daniel Stenberg 2004-03-09 08:38:25 +00:00
parent bab9f532f2
commit 8cbfe5d24a
1 changed files with 2 additions and 0 deletions

View File

@ -48,7 +48,9 @@
/* This define is "almost" required to build on HPUX 11 */
#include <arpa/inet.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#include "getpart.h"