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>
This commit is contained in:
Ryan Pavlik 2012-12-01 16:58:40 +00:00 committed by Jon TURNEY
parent ab686ce029
commit 852d1fb042

View File

@ -26,6 +26,10 @@
#ifndef WINGLOBALS_H #ifndef WINGLOBALS_H
#define WINGLOBALS_H #define WINGLOBALS_H
#ifdef HAVE_XWIN_CONFIG_H
#include <xwin-config.h>
#endif
/* /*
* References to external symbols * References to external symbols
*/ */