summaryrefslogtreecommitdiff
path: root/gs/base/gdevpdtt.c
diff options
context:
space:
mode:
authorAlex Cherepanov <alex.cherepanov@artifex.com>2009-12-26 01:35:11 +0000
committerAlex Cherepanov <alex.cherepanov@artifex.com>2009-12-26 01:35:11 +0000
commitc1479f53a131825fcea32929e95e88c01b1b3207 (patch)
treeac3d7b16941da7f2229ee1a93ec57cb56e2e6b7b /gs/base/gdevpdtt.c
parent648705f6e2dbcc5044473f03194fd8b9ea41b030 (diff)
Include stdlib.h for a prototype for abs().
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10555 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/gdevpdtt.c')
-rw-r--r--gs/base/gdevpdtt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gs/base/gdevpdtt.c b/gs/base/gdevpdtt.c
index c3463c8f2..29b0302e8 100644
--- a/gs/base/gdevpdtt.c
+++ b/gs/base/gdevpdtt.c
@@ -15,6 +15,7 @@
/* Text processing for pdfwrite. */
#include "math_.h"
#include "string_.h"
+#include <stdlib.h> /* abs() */
#include "gx.h"
#include "gserrors.h"
#include "gscencs.h"