diff options
Diffstat (limited to 'src/XAllowDv.c')
-rw-r--r-- | src/XAllowDv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/XAllowDv.c b/src/XAllowDv.c index d19443d..ccecead 100644 --- a/src/XAllowDv.c +++ b/src/XAllowDv.c @@ -49,6 +49,9 @@ SOFTWARE. * XAllowDeviceEvents - Thaw a frozen extension device. * */ +#if HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/extensions/XI.h> #include <X11/extensions/XIproto.h> |