diff options
Diffstat (limited to 'src/XGetDCtl.c')
-rw-r--r-- | src/XGetDCtl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/XGetDCtl.c b/src/XGetDCtl.c index 729b0a0..c66212d 100644 --- a/src/XGetDCtl.c +++ b/src/XGetDCtl.c @@ -50,6 +50,10 @@ SOFTWARE. * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <X11/extensions/XI.h> #include <X11/extensions/XIproto.h> #include <X11/Xlibint.h> |