summaryrefslogtreecommitdiff
path: root/lang/smlnj11072/patches/patch-src_runtime_c-libs_smlnj-runtime_gc-ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/smlnj11072/patches/patch-src_runtime_c-libs_smlnj-runtime_gc-ctl.c')
-rw-r--r--lang/smlnj11072/patches/patch-src_runtime_c-libs_smlnj-runtime_gc-ctl.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/smlnj11072/patches/patch-src_runtime_c-libs_smlnj-runtime_gc-ctl.c b/lang/smlnj11072/patches/patch-src_runtime_c-libs_smlnj-runtime_gc-ctl.c
new file mode 100644
index 00000000000..855302f0b6f
--- /dev/null
+++ b/lang/smlnj11072/patches/patch-src_runtime_c-libs_smlnj-runtime_gc-ctl.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_runtime_c-libs_smlnj-runtime_gc-ctl.c,v 1.1 2016/07/03 19:35:36 dholland Exp $
+
+Use standard headers.
+
+--- src/runtime/c-libs/smlnj-runtime/gc-ctl.c~ 2005-05-05 16:25:12.000000000 +0000
++++ src/runtime/c-libs/smlnj-runtime/gc-ctl.c
+@@ -5,6 +5,7 @@
+ * General interface for GC control functions.
+ */
+
++#include <string.h>
+ #include "ml-base.h"
+ #include "ml-values.h"
+ #include "ml-state.h"