瀏覽代碼

- added a missing include, needed on bsd

Andrei Pelinescu-Onciul 24 年之前
父節點
當前提交
c75aa645af
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      cfg.y

+ 1 - 0
cfg.y

@@ -8,6 +8,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>