Sfoglia il codice sorgente

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 anni fa
parent
commit
ee928f8229
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>