diff options
Diffstat (limited to 'src/lib/eina_hash.c')
-rw-r--r-- | src/lib/eina_hash.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/eina_hash.c b/src/lib/eina_hash.c index 18633e7..38c6a61 100644 --- a/src/lib/eina_hash.c +++ b/src/lib/eina_hash.c @@ -24,10 +24,13 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> + +#ifdef HAVE_STDINT_H +# include <stdint.h> +#endif + #ifdef _MSC_VER # include <Evil.h> -#else -# include <stdint.h> #endif #include "eina_config.h" |