blob: 1c98675cb70621ae4a2a72fe6e4f2d26658d96f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- parser.c.orig 2002-03-13 12:34:22 UTC
+++ parser.c
@@ -4,6 +4,7 @@
*/
+#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
|