Commit 8cbfe5d2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Andrs Garca-fix to make it build with mingw

parent bab9f532
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"