From 7c41a9c9e6c97cb0c9dd20f16bc9594e5ad35aea Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Tue, 4 Dec 2001 16:41:42 +0000 Subject: [PATCH] declaration strlen git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4100 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- byterun/parsing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/byterun/parsing.c b/byterun/parsing.c index ffb43812d..32beb843b 100644 --- a/byterun/parsing.c +++ b/byterun/parsing.c @@ -15,6 +15,7 @@ /* The PDA automaton for parsers generated by camlyacc */ #include +#include #include "config.h" #include "mlvalues.h" #include "memory.h"