diff options
Diffstat (limited to 'otherlibs/win32graph/dib.c')
-rw-r--r-- | otherlibs/win32graph/dib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/win32graph/dib.c b/otherlibs/win32graph/dib.c index 100beba39..26fccf7f1 100644 --- a/otherlibs/win32graph/dib.c +++ b/otherlibs/win32graph/dib.c @@ -42,9 +42,9 @@ #include <windows.h> -#include <memory.h> +#include <caml/memory.h> #include <string.h> -#include <io.h> +#include <caml/io.h> #include <stdio.h> // Size of window extra bytes (we store a handle to a PALINFO structure). |