From e382f2308cfc9d5b22f341f47f76ec1afbf58dc5 Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Wed, 11 Dec 1996 16:29:28 +0000 Subject: fix des includes git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1223 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- byterun/debugger.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/byterun/debugger.c b/byterun/debugger.c index 4eb8cd1b8..1957664b5 100644 --- a/byterun/debugger.c +++ b/byterun/debugger.c @@ -13,6 +13,8 @@ /* Interface with the debugger */ +#include + #include "config.h" #include "debugger.h" #include "fail.h" @@ -41,13 +43,11 @@ void debugger(event) #else -#include #ifdef HAS_UNISTD #include #endif #include #include -#include #include #include #include -- cgit v1.2.3-70-g09d2