diff options
| -rw-r--r-- | malloc/tst-pvalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/tst-pvalloc.c b/malloc/tst-pvalloc.c index 8514646184..88bca6e945 100644 --- a/malloc/tst-pvalloc.c +++ b/malloc/tst-pvalloc.c @@ -22,6 +22,7 @@ #include <string.h> #include <unistd.h> #include <libc-diag.h> +#include "tst-malloc-aux.h" static int errors = 0; |
