diff options
Diffstat (limited to 'src/accept.c')
-rw-r--r-- | src/accept.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/accept.c b/src/accept.c index eea5389..3fefa7f 100644 --- a/src/accept.c +++ b/src/accept.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" #include <X11/Xtrans.h> |