diff options
Diffstat (limited to 'net-mgmt/ap-utils/files/patch-aa')
-rw-r--r-- | net-mgmt/ap-utils/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/ap-utils/files/patch-aa b/net-mgmt/ap-utils/files/patch-aa new file mode 100644 index 000000000000..90ee554e3166 --- /dev/null +++ b/net-mgmt/ap-utils/files/patch-aa @@ -0,0 +1,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> + |