Browse Source

- added a missing include, needed on bsd

Andrei Pelinescu-Onciul 24 years ago
parent
commit
c75aa645af
1 changed files with 1 additions and 0 deletions
  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>