diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 06:36:13 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 06:36:13 +0000 |
commit | 3c4ac0b9f5b7aced60a763bcaca7b32cd53a7fec (patch) | |
tree | 11b135dca263e035e6882a4e712524312ca9b3be /src/Type1/paths.c | |
parent | 712140dadd20c7d2024d7b75f7033fff407e57e6 (diff) |
Include config.h in every source file to make sure necessary options are
found when building in the modular tree
Diffstat (limited to 'src/Type1/paths.c')
-rw-r--r-- | src/Type1/paths.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Type1/paths.c b/src/Type1/paths.c index 6860ca1..1ab25ec 100644 --- a/src/Type1/paths.c +++ b/src/Type1/paths.c @@ -44,6 +44,9 @@ The included files are: */ /* after the system includes (dsr) */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #ifdef FONTMODULE # include "os.h" #endif |