Maybe fix compile on windows. (How is it that it's 2007 and VC still doesn't support c99?)
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
|
||||
#include <limits.h>
|
||||
#include <stddef.h>
|
||||
#if !defined(_WIN32)
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include <config.h>
|
||||
|
||||
Reference in New Issue
Block a user