Files
pkgsrc-ng/devel/coconut/patches/patch-test_cnode-test.m
2016-11-18 22:39:22 +01:00

13 lines
280 B
Mathematica

$NetBSD: patch-test_cnode-test.m,v 1.1 2015/12/26 23:35:46 dholland Exp $
Use standard headers.
--- test/cnode-test.m~ 2002-08-06 15:14:58.000000000 +0000
+++ test/cnode-test.m
@@ -8,4 +8,5 @@
*/
+#include <stdio.h>
#include <coconut/cnode.h>
#include <coconut/cstring.h>