소스 검색

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 년 전
부모
커밋
ee928f8229
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>