aboutsummaryrefslogtreecommitdiff
path: root/malloc/tst-mallinfo2.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/tst-mallinfo2.c')
-rw-r--r--malloc/tst-mallinfo2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/malloc/tst-mallinfo2.c b/malloc/tst-mallinfo2.c
index 2c02f5f700..f072b9f24b 100644
--- a/malloc/tst-mallinfo2.c
+++ b/malloc/tst-mallinfo2.c
@@ -23,6 +23,8 @@
#include <stdlib.h>
#include <support/check.h>
+#include "tst-malloc-aux.h"
+
/* This is not specifically needed for the test, but (1) does
something to the data so gcc doesn't optimize it away, and (2) may
help when developing future tests. */