summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos H. Woehrmann <marcos.woehrmann@artifex.com>2013-06-04 10:52:14 -0700
committerMarcos H. Woehrmann <marcos.woehrmann@artifex.com>2013-06-04 10:53:27 -0700
commitd38f691578b52aa954ec9354b59919026d7e46f7 (patch)
treecfd1ae75a7f24a51ede1b68e4e799afb707ca7e8
parent7719dd1084cf57cb415b8a64ea2ee09a6eb39ee2 (diff)
downloadghostpdl-d38f691578b52aa954ec9354b59919026d7e46f7.tar.gz
Fixed GhostPCL -DPACIFY_VALGRIND missing symbol issue.
-rw-r--r--pl/plplatf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pl/plplatf.c b/pl/plplatf.c
index e0a735f6e..c510ddee4 100644
--- a/pl/plplatf.c
+++ b/pl/plplatf.c
@@ -27,7 +27,7 @@
#include "plplatf.h"
#ifdef PACIFY_VALGRIND
-#include <valgrind/helgrind.h>
+#include <valgrind.h>
#endif
/* ------------- Platform de/init --------- */