diff options
Diffstat (limited to 'otherlibs/graph/events.c')
-rw-r--r-- | otherlibs/graph/events.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/graph/events.c b/otherlibs/graph/events.c index 94bd8bc47..a8fe119ba 100644 --- a/otherlibs/graph/events.c +++ b/otherlibs/graph/events.c @@ -13,8 +13,8 @@ #include <signal.h> #include "libgraph.h" -#include <alloc.h> -#include <signals.h> +#include <caml/alloc.h> +#include <caml/signals.h> #include <sys/types.h> #include <sys/time.h> #ifdef HAS_SYS_SELECT_H |