From 852d1fb042f4160fe023a015f1c9a34126bf911a Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Sat, 1 Dec 2012 16:58:40 +0000 Subject: [PATCH] hw/xwin: Add missing include xwin-config.h to winglobals.h winglobals.h checks if RELOCATE_PROJECTROOT is defined to see if a declaration of g_fLogFileChanged is needed, so must include xwin-config.h Signed-off-by: Ryan Pavlik Reviewed-by: Jon TURNEY Reviewed-by: Colin Harrison --- hw/xwin/winglobals.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/xwin/winglobals.h b/hw/xwin/winglobals.h index 2edf9571e..d2e2ba2b4 100644 --- a/hw/xwin/winglobals.h +++ b/hw/xwin/winglobals.h @@ -26,6 +26,10 @@ #ifndef WINGLOBALS_H #define WINGLOBALS_H +#ifdef HAVE_XWIN_CONFIG_H +#include +#endif + /* * References to external symbols */