From e32f9ed4b811ba301022520122ea8dea70c65e57 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 3 Aug 2012 21:47:20 +0200 Subject: [PATCH] Add missing config.h to types.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without config.h the various HAVE_* macros are not used properly and this causes a compilation error on OSX Mountain Lion. --- include/freerdp/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/freerdp/types.h b/include/freerdp/types.h index bce09650f..4c7afd0e5 100644 --- a/include/freerdp/types.h +++ b/include/freerdp/types.h @@ -26,6 +26,7 @@ #endif /* Base Types */ +#include "config.h" #ifdef HAVE_LIMITS_H #include