diff options
Diffstat (limited to 'src/parse.c')
-rw-r--r-- | src/parse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse.c b/src/parse.c index 73ed6b2..e7b3378 100644 --- a/src/parse.c +++ b/src/parse.c @@ -43,6 +43,9 @@ /* October 2004, source code review by Thomas Biege <thomas@suse.de> */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "XpmI.h" #include <ctype.h> #include <string.h> |