summaryrefslogtreecommitdiff
path: root/lang/caml-light/patches/patch-aj
blob: 80b04852db18a14ea25efaf5445a900d10e66d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.1 2008/09/05 02:07:51 dholland Exp $

Fix 64-bit build.

--- launch/camlexec.c~	1996-11-25 10:03:46.000000000 -0500
+++ launch/camlexec.c	2008-09-04 21:22:57.000000000 -0400
@@ -1,3 +1,6 @@
+#include <string.h>
+#include <unistd.h>
+
 #ifdef MSDOS
 char * runtime_name = "camlrun.exe";
 char * errmsg = "Cannot exec camlrun.exe.\n";