summaryrefslogtreecommitdiff
path: root/include/my_valgrind.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_valgrind.h')
-rw-r--r--include/my_valgrind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_valgrind.h b/include/my_valgrind.h
index 87e6c3192dc..f82dd35b369 100644
--- a/include/my_valgrind.h
+++ b/include/my_valgrind.h
@@ -15,6 +15,7 @@
/* Some defines to make it easier to use valgrind */
+#include <m_string.h> /* bfill */
#ifdef HAVE_valgrind
#define IF_VALGRIND(A,B) A