summaryrefslogtreecommitdiff
path: root/src/Type1/paths.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Type1/paths.c')
-rw-r--r--src/Type1/paths.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Type1/paths.c b/src/Type1/paths.c
index 4fa5f06..6860ca1 100644
--- a/src/Type1/paths.c
+++ b/src/Type1/paths.c
@@ -44,7 +44,9 @@ The included files are:
*/
/* after the system includes (dsr) */
-#include "os.h"
+#ifdef FONTMODULE
+# include "os.h"
+#endif
#include "objects.h"
#include "spaces.h"
#include "paths.h"