summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Pavlik <rpavlik@iastate.edu>2012-12-01 16:58:40 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-01-16 16:49:07 +0000
commit852d1fb042f4160fe023a015f1c9a34126bf911a (patch)
tree4dbf8f80ef236ff5c9251d297a14eef3a16ccf1e
parentab686ce029208abf970a4bcd1435bf8411a44de9 (diff)
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 <rpavlik@iastate.edu> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
-rw-r--r--hw/xwin/winglobals.h4
1 files changed, 4 insertions, 0 deletions
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 <xwin-config.h>
+#endif
+
/*
* References to external symbols
*/