summaryrefslogtreecommitdiff
path: root/src/Type1/arith.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Type1/arith.c')
-rw-r--r--src/Type1/arith.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Type1/arith.c b/src/Type1/arith.c
index c9de69f..35191d9 100644
--- a/src/Type1/arith.c
+++ b/src/Type1/arith.c
@@ -49,8 +49,10 @@ assembly language, unlike C, will have 64-bit multiply products and
The included files are:
*/
-
-#include "os.h"
+
+#ifdef FONTMODULE
+# include "os.h"
+#endif
#include "objects.h"
#include "spaces.h"
#include "arith.h"