From 2684db766d0d378d1193fa068fac0bc6d80ebe7f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 24 Jul 2012 00:05:18 +0900 Subject: [PATCH] Fix Android build --- src/common.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common.h b/src/common.h index 86db14d4..07cdbf2e 100644 --- a/src/common.h +++ b/src/common.h @@ -39,10 +39,6 @@ # include "config.h" #endif -#ifdef HAVE_SYS_TYPES_H -# include -#endif - #ifdef __MINGW32__ #ifdef malloc # undef malloc @@ -88,4 +84,8 @@ # include #endif // HAVE_INTTYPES_H +#ifdef HAVE_SYS_TYPES_H +# include +#endif + #endif // D_COMMON_H