Fix missing header on MSVC

master
David Allsopp 2017-03-22 12:10:47 +00:00
parent 71dfcb56e7
commit 94b0df88a3
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <caml/memory.h>
#include "unixsupport.h"
#include <fcntl.h>
#include <io.h>
#if defined(_MSC_VER) && !defined(_INTPTR_T_DEFINED)
typedef int intptr_t;