Commit 7736600f authored by Filippo Della Betta's avatar Filippo Della Betta Committed by Youness Alaoui

Fixed mingw/msys compilation. Definition for intptr_t was missing

parent af6a515b
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
#include <io.h>
#ifdef _WIN32 #ifdef _WIN32
#include <winsock2.h> #include <winsock2.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment