Browse Source

core: include <netinet/in.h> in new dns_func.c file to fix compilation of freebsd

- patch by Victor V. Kustov
Daniel-Constantin Mierla 12 years ago
parent
commit
ee928f8229
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dns_func.c

+ 1 - 1
dns_func.c

@@ -27,7 +27,7 @@
 
 #include "dns_func.h"
 
-
+#include <netinet/in.h>
 #include <resolv.h>
 #include <sys/types.h>
 #include <netdb.h>