about summary refs log tree commit diff
path: root/Src/zsh_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/zsh_system.h')
-rw-r--r--Src/zsh_system.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/zsh_system.h b/Src/zsh_system.h
index 6887a135b..601de69f6 100644
--- a/Src/zsh_system.h
+++ b/Src/zsh_system.h
@@ -877,3 +877,8 @@ extern short ospeed;
 #  endif
 # endif
 #endif
+
+#ifdef ZSH_VALGRIND
+# include "valgrind/valgrind.h"
+# include "valgrind/memcheck.h"
+#endif