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