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