From 432a585c784a5190264fb5bb8ca98bce4ef01241 Mon Sep 17 00:00:00 2001 From: Veselin Georgiev Date: Sat, 26 Sep 2009 23:51:11 +0000 Subject: [PATCH] Moved the checking for stdint to the corresponding header git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@68 3b4be424-7ac5-41d7-8526-f4ddcb85d872 --- libcpuid/libcpuid_types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libcpuid/libcpuid_types.h b/libcpuid/libcpuid_types.h index a5b3be4..991aa54 100644 --- a/libcpuid/libcpuid_types.h +++ b/libcpuid/libcpuid_types.h @@ -32,6 +32,10 @@ #ifndef __LIBCPUID_TYPES_H__ #define __LIBCPUID_TYPES_H__ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #if defined(HAVE_STDINT_H) # include #else