diff options
Diffstat (limited to 'src/watch.c')
-rw-r--r-- | src/watch.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/watch.c b/src/watch.c index 6c33192..ec90d78 100644 --- a/src/watch.c +++ b/src/watch.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. Author: Ralph Mor, X Consortium ******************************************************************************/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/ICE/ICElib.h> #include "ICElibint.h" |