diff options
Diffstat (limited to 'src/Xfixes.c')
-rw-r--r-- | src/Xfixes.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Xfixes.c b/src/Xfixes.c index 94d1bc6..e4dfd05 100644 --- a/src/Xfixes.c +++ b/src/Xfixes.c @@ -22,6 +22,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xfixesint.h" XFixesExtInfo XFixesExtensionInfo; |