blob: 90ee554e3166b92403bef80df994dcbfe2cc98dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- nwn/ap-nwn.c.orig Sat Aug 17 14:24:41 2002
+++ nwn/ap-nwn.c Sat Aug 17 14:24:51 2002
@@ -22,6 +22,9 @@
#include <string.h>
#include "ap-utils.h"
#include <menu.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
|