Fix Windows build.

This commit is contained in:
David Anderson 2014-08-22 20:47:18 -07:00
parent 4d42fa0305
commit d20ba38d6b

View File

@ -34,8 +34,12 @@
#include <sclinux.h> #include <sclinux.h>
#endif #endif
#if defined HAVE_STDINT_H
# include <stddef.h>
# include <stdint.h>
#endif
#if defined __GNUC__ #if defined __GNUC__
#include <stdint.h>
#if !defined HAVE_STDINT_H #if !defined HAVE_STDINT_H
#define HAVE_STDINT_H #define HAVE_STDINT_H
#endif #endif