diff options
Diffstat (limited to 'src/SmeLine.c')
-rw-r--r-- | src/SmeLine.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SmeLine.c b/src/SmeLine.c index 722feec..16fbb50 100644 --- a/src/SmeLine.c +++ b/src/SmeLine.c @@ -35,6 +35,9 @@ in this Software without prior written authorization from the X Consortium. * kit@expo.lcs.mit.edu */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <stdio.h> #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> |