summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/win32unix/sleep.c')
-rw-r--r--otherlibs/win32unix/sleep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/win32unix/sleep.c b/otherlibs/win32unix/sleep.c
index 28e60e40a..6d630d205 100644
--- a/otherlibs/win32unix/sleep.c
+++ b/otherlibs/win32unix/sleep.c
@@ -11,8 +11,8 @@
/* */
/***********************************************************************/
-#include <mlvalues.h>
-#include <signals.h>
+#include <caml/mlvalues.h>
+#include <caml/signals.h>
#include "unixsupport.h"
CAMLprim value unix_sleep(t)