summaryrefslogtreecommitdiffstats
path: root/stdlib/header.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1999-03-04 12:45:13 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1999-03-04 12:45:13 +0000
commit7be62a975db741713dd54715bd06fd58d9e0a187 (patch)
tree8caa7283130d6873581d3b2a1a9a9ff2c090f05e /stdlib/header.c
parent348b0a47ab650c1a56c057ca06ee573bbc512142 (diff)
Ajout de <stdio.h> pour NULL
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2334 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/header.c')
-rw-r--r--stdlib/header.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/header.c b/stdlib/header.c
index 8daa22fdc..67ca86c4f 100644
--- a/stdlib/header.c
+++ b/stdlib/header.c
@@ -13,6 +13,7 @@
/* The launcher for bytecode executables (if #! is not working) */
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../config/s.h"