csrc: regen for 32 bits platforms and Windows
[nit.git] / c_src / core__file._ffi.h
index 5daa6aa..8cce2d5 100644 (file)
        #include <sys/stat.h>
        #include <unistd.h>
        #include <stdio.h>
-       #include <poll.h>
        #include <errno.h>
+#ifndef _WIN32
+       #include <poll.h>
+#endif
 #include "core__math._ffi.h"
 #include "core__time._ffi.h"
 #endif