diff options
Diffstat (limited to 'malloc/tst-malloc.c')
-rw-r--r-- | malloc/tst-malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/tst-malloc.c b/malloc/tst-malloc.c index 740ac6ce31..dbc8d4ab56 100644 --- a/malloc/tst-malloc.c +++ b/malloc/tst-malloc.c @@ -19,7 +19,7 @@ #include <errno.h> #include <malloc.h> #include <stdio.h> -#include <libc-internal.h> +#include <libc-diag.h> static int errors = 0; |