diff options
author | Henry Stiles <henry.stiles@artifex.com> | 1998-10-06 17:31:06 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 1998-10-06 17:31:06 +0000 |
commit | fe0646d98adc49533c53712ffb5ed1120567947c (patch) | |
tree | a9c6311184b75467a2dfccdf5f62335629c7e7ff | |
parent | 60f3807ea5ed83ec30354b82ffed327a1ed1e8b3 (diff) |
changes math.h to math_h.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@481 06663e23-700e-0410-b217-a244a6096597
-rw-r--r-- | pcl/pcmtx3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcl/pcmtx3.h b/pcl/pcmtx3.h index aa27f0146..922482a4d 100644 --- a/pcl/pcmtx3.h +++ b/pcl/pcmtx3.h @@ -7,7 +7,7 @@ #ifndef pcmtx3_INCLUDED #define pcmtx3_INCLUDED -#include "math.h" +#include "math_h" #include "gx.h" #include "gsmatrix.h" #include "gscspace.h" |