Maybe fix compile on windows. (How is it that it's 2007 and VC still doesn't support c99?)

This commit is contained in:
Steve Checkoway
2007-04-21 20:59:26 +00:00
parent e29505ba7a
commit 5222d704f8
+2
View File
@@ -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>