summaryrefslogtreecommitdiff
path: root/ham/xdx/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'ham/xdx/patches/patch-aa')
-rw-r--r--ham/xdx/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/ham/xdx/patches/patch-aa b/ham/xdx/patches/patch-aa
new file mode 100644
index 00000000000..d6b6a26fd3c
--- /dev/null
+++ b/ham/xdx/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/23 23:01:55 wulf Exp $
+
+--- src/net.c.orig 2004-02-01 20:40:11.000000000 +1030
++++ src/net.c 2004-02-01 20:40:36.000000000 +1030
+@@ -38,13 +38,13 @@
+ #include <sys/types.h>
+ #include <string.h>
+ #include <errno.h>
+-#include <resolv.h>
+ #include <netdb.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <signal.h>
+ #include <fcntl.h>
++#include <resolv.h>
+ #include <gtk/gtk.h>
+ #include "gui.h"
+ #include "net.h"