diff options
Diffstat (limited to 'otherlibs/win32unix/link.c')
-rw-r--r-- | otherlibs/win32unix/link.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/win32unix/link.c b/otherlibs/win32unix/link.c index 97748ba2c..93d21508a 100644 --- a/otherlibs/win32unix/link.c +++ b/otherlibs/win32unix/link.c @@ -11,8 +11,8 @@ /* */ /***********************************************************************/ -#include <mlvalues.h> -#include <fail.h> +#include <caml/mlvalues.h> +#include <caml/fail.h> #include "unixsupport.h" #include <windows.h> |