浏览代码

We also need <sys/types.h> and <sys/socket.h> to get AF_INET on FreeBSD.

Maxim Sobolev 17 年之前
父节点
当前提交
9550df5a01
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      modules/db_postgres/pg_fld.c

+ 3 - 1
modules/db_postgres/pg_fld.c

@@ -44,9 +44,11 @@
 #include "../../mem/mem.h"
 #include "../../dprint.h"
 
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
 #include <stdint.h>
 #include <string.h>
-#include <netinet/in.h>
 
 /**
  * This is the epoch time in time_t format, this value is used to convert