diff options
-rw-r--r-- | src/encparse.c | 4 | ||||
-rw-r--r-- | src/fontenc.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/encparse.c b/src/encparse.c index b50b193..7c29628 100644 --- a/src/encparse.c +++ b/src/encparse.c @@ -27,6 +27,10 @@ THE SOFTWARE. hand, we do use strcasecmp, but only on strings that we've checked to be pure ASCII. Bloody ``Code Set Independence''. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <string.h> #include <strings.h> #include <stdio.h> diff --git a/src/fontenc.c b/src/fontenc.c index f5675d8..d0a43e8 100644 --- a/src/fontenc.c +++ b/src/fontenc.c @@ -22,6 +22,10 @@ THE SOFTWARE. /* Backend-independent encoding code */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <string.h> #include <strings.h> #include <stdlib.h> |