summary refs log tree commit diff
path: root/include/mcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mcheck.h')
-rw-r--r--include/mcheck.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mcheck.h b/include/mcheck.h
index 90a48d5f9a..aa91d87715 100644
--- a/include/mcheck.h
+++ b/include/mcheck.h
@@ -1 +1,7 @@
+#ifndef _MCHECK_H
+
 #include <malloc/mcheck.h>
+
+libc_hidden_proto (mcheck)
+
+#endif