summaryrefslogtreecommitdiff
path: root/games/koth/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/koth/patches/patch-ac')
-rw-r--r--games/koth/patches/patch-ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/koth/patches/patch-ac b/games/koth/patches/patch-ac
new file mode 100644
index 00000000000..cc42183086c
--- /dev/null
+++ b/games/koth/patches/patch-ac
@@ -0,0 +1,10 @@
+$NetBSD: patch-ac,v 1.1 1999/08/05 01:58:13 hubertf Exp $
+
+--- src/packets.c.orig Thu Aug 5 03:38:33 1999
++++ src/packets.c Thu Aug 5 03:39:16 1999
+@@ -1,4 +1,5 @@
+ #include <stdarg.h>
++#include <sys/types.h>
+ #include "packets.h"
+
+ /* pack and unpack functions are from Kernighan & Pike's