diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1999-03-04 12:45:13 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1999-03-04 12:45:13 +0000 |
commit | 7be62a975db741713dd54715bd06fd58d9e0a187 (patch) | |
tree | 8caa7283130d6873581d3b2a1a9a9ff2c090f05e /stdlib/header.c | |
parent | 348b0a47ab650c1a56c057ca06ee573bbc512142 (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.c | 1 |
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" |