diff options
Diffstat (limited to 'src/Type1/t1stub.c')
-rw-r--r-- | src/Type1/t1stub.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Type1/t1stub.c b/src/Type1/t1stub.c index 1ced8ef..2fb1d79 100644 --- a/src/Type1/t1stub.c +++ b/src/Type1/t1stub.c @@ -29,6 +29,9 @@ */ /* $XFree86: xc/lib/font/Type1/t1stub.c,v 1.8 2001/01/17 19:43:24 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #ifdef FONTMODULE #include "Xdefs.h" /* Bool declaration */ #include "Xmd.h" /* INT32 declaration */ |