summaryrefslogtreecommitdiff
path: root/devel/coconut/patches/patch-test_ccmdexit-test.m
diff options
context:
space:
mode:
Diffstat (limited to 'devel/coconut/patches/patch-test_ccmdexit-test.m')
-rw-r--r--devel/coconut/patches/patch-test_ccmdexit-test.m12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/coconut/patches/patch-test_ccmdexit-test.m b/devel/coconut/patches/patch-test_ccmdexit-test.m
new file mode 100644
index 00000000000..43a792df83a
--- /dev/null
+++ b/devel/coconut/patches/patch-test_ccmdexit-test.m
@@ -0,0 +1,12 @@
+$NetBSD: patch-test_ccmdexit-test.m,v 1.1 2015/12/26 23:35:46 dholland Exp $
+
+Use standard headers.
+
+--- test/ccmdexit-test.m~ 2002-08-04 12:17:00.000000000 +0000
++++ test/ccmdexit-test.m
+@@ -8,4 +8,5 @@
+ */
+
++#include <stdio.h>
+ #include <coconut/ccmdexit.h>
+ #include <coconut/cint.h>