summaryrefslogtreecommitdiffstats
path: root/byterun/intern.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-05-28 12:41:37 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-05-28 12:41:37 +0000
commit280167a6a65e28caec9ef1af78204aea0b2bc6e4 (patch)
tree555e074fac3b1b4f8a2b506bd3065c6c6c126642 /byterun/intern.c
parent7714c02c6802469aa3edab124086e9dbfcab081e (diff)
fix_code, meta, interp: remplacement de execute_bytecode par reify_bytecode.
lexing: ne plus faire de callbacks, incompatibles avec les threads. autres: rectifications #includes. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@844 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/intern.c')
-rw-r--r--byterun/intern.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/intern.c b/byterun/intern.c
index 5fbeca32a..5c063b3ae 100644
--- a/byterun/intern.c
+++ b/byterun/intern.c
@@ -13,6 +13,7 @@
/* Structured input, compact format */
+#include <string.h>
#include "alloc.h"
#include "fail.h"
#include "gc.h"