You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
365 B
13 lines
365 B
Index: protocol.c |
|
--- protocol.c.orig 2010-08-08 17:45:33.000000000 +0200 |
|
+++ protocol.c 2010-08-10 09:35:54.000000000 +0200 |
|
@@ -38,6 +38,9 @@ |
|
#include <missing.h> /* declarations for missing library functions */ |
|
|
|
#include <sys/socket.h> |
|
+#ifndef PF_UNSPEC |
|
+#define PF_UNSPEC 0 |
|
+#endif |
|
#if HAVE_LWRES_NETDB_H |
|
# include <lwres/netdb.h> |
|
#elif !HAVE_GETADDRINFO
|
|
|