From 9c62c820ba45ebc14d5f36f5d7885863800b6adb Mon Sep 17 00:00:00 2001 From: Michel Dänzer Date: Fri, 28 Mar 2008 12:37:29 +0100 Subject: Include config.h, so FGL_LINUX can actually be defined when it's tested... --- src/AtomBios/includes/CD_Common_Types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/AtomBios/includes/CD_Common_Types.h b/src/AtomBios/includes/CD_Common_Types.h index 44a0b35..bc18c42 100644 --- a/src/AtomBios/includes/CD_Common_Types.h +++ b/src/AtomBios/includes/CD_Common_Types.h @@ -37,6 +37,10 @@ Revision History: #ifndef _COMMON_TYPES_H_ #define _COMMON_TYPES_H_ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifndef LINUX #if _MSC_EXTENSIONS -- cgit v1.2.3