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