summaryrefslogtreecommitdiff
path: root/src/sna/compiler.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-12-11 16:23:13 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-12-11 16:23:13 +0000
commit2674ef864c93034d728ee11ee0b7ab96cd4cba57 (patch)
tree09625734ec09244ac3a201872f6af20b2d36b7b0 /src/sna/compiler.h
parentc83fd4e24de187700bc125037cd9ae311514213e (diff)
sna: Enable hooking up of valgrind during debugging
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/compiler.h')
-rw-r--r--src/sna/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/compiler.h b/src/sna/compiler.h
index ad1313b6..e84a6812 100644
--- a/src/sna/compiler.h
+++ b/src/sna/compiler.h
@@ -40,7 +40,7 @@
#define fastcall
#endif
-#ifdef HAVE_VALGRIND_H
+#ifdef HAVE_VALGRIND
#define VG(x) x
#else
#define VG(x)