summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2013-05-29 11:46:45 -0700
committerRay Johnston <ray.johnston@artifex.com>2013-05-29 11:47:40 -0700
commit6ceadc6f2da001b183d700186e6b5e622bcb22cf (patch)
tree0ea5d25883a166255d936bd318d8a2510555e61b
parent2d04d5942b3e97b06a7ac4ed767a6c481d4421f4 (diff)
downloadghostpdl-6ceadc6f2da001b183d700186e6b5e622bcb22cf.tar.gz
Add missing include when GS_NO_UTF8=1
-rw-r--r--gs/base/gp_wgetv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gs/base/gp_wgetv.c b/gs/base/gp_wgetv.c
index 895d03613..e6a69fa2b 100644
--- a/gs/base/gp_wgetv.c
+++ b/gs/base/gp_wgetv.c
@@ -21,6 +21,7 @@
#include <stdlib.h> /* for getenv */
#include <string.h>
#include "gscdefs.h" /* for gs_productfamily and gs_revision and gs_serialnumber */
+#include "gssprintf.h" /* for gs_sprintf when GS_NO_UTF8=1 */
#if defined(__WIN32__) && !defined(METRO)
/*