diff options
Diffstat (limited to 'src/Repeater.c')
-rw-r--r-- | src/Repeater.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Repeater.c b/src/Repeater.c index 02aa70e..fe68299 100644 --- a/src/Repeater.c +++ b/src/Repeater.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from the X Consortium. * This widget is used for press-and-hold style buttons. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> /* for XtN and XtC defines */ #include <X11/Xaw3d/XawInit.h> /* for XawInitializeWidgetSet() */ |