Add missing header for PRIxMAX.

This commit is contained in:
Bartosz Taudul 2019-01-20 17:17:09 +01:00
parent 481024e4ce
commit bf7cc0a0d5

View File

@ -7,6 +7,7 @@
# include <winsock2.h>
# include <windows.h>
# include <tlhelp32.h>
# include <inttypes.h>
#else
# include <sys/time.h>
#endif