summaryrefslogtreecommitdiff
path: root/devel/gentle/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gentle/patches/patch-bc')
-rw-r--r--devel/gentle/patches/patch-bc15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/gentle/patches/patch-bc b/devel/gentle/patches/patch-bc
new file mode 100644
index 00000000000..f15784787aa
--- /dev/null
+++ b/devel/gentle/patches/patch-bc
@@ -0,0 +1,15 @@
+$NetBSD: patch-bc,v 1.1 2009/11/30 00:03:08 dholland Exp $
+
+Add standard includes needed for LP64 build.
+
+--- gentle/input.c~ 1998-08-20 09:56:09.000000000 -0400
++++ gentle/input.c 2009-11-29 18:58:59.000000000 -0500
+@@ -7,6 +7,8 @@
+
+ */
+
++#include <stdlib.h>
++#include <string.h>
+
+ static long is_defined();
+ static open_next_file ();