summaryrefslogtreecommitdiff
path: root/graphics/tgif/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tgif/patches/patch-ab')
-rw-r--r--graphics/tgif/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/tgif/patches/patch-ab b/graphics/tgif/patches/patch-ab
new file mode 100644
index 00000000000..08d373eee72
--- /dev/null
+++ b/graphics/tgif/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 1998/08/26 21:18:58 frueauf Exp $
+
+--- cutpaste.c.orig Wed Aug 19 10:08:28 1998
++++ cutpaste.c Wed Aug 19 10:09:33 1998
+@@ -31,4 +31,8 @@
+ */
+
++/* DAN added the following 2 lines for NetBSD-1.3 */
++#include <unistd.h>
++#include <stdlib.h>
++
+ #include <stdio.h>
+ #include <string.h>