2
0
Эх сурвалжийг харах

- added a missing include, needed on bsd

Andrei Pelinescu-Onciul 24 жил өмнө
parent
commit
c75aa645af
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      cfg.y

+ 1 - 0
cfg.y

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