diff options
Diffstat (limited to 'malloc/tst-valloc.c')
-rw-r--r-- | malloc/tst-valloc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/malloc/tst-valloc.c b/malloc/tst-valloc.c index 9bab8c6..344ca7d 100644 --- a/malloc/tst-valloc.c +++ b/malloc/tst-valloc.c @@ -1,5 +1,5 @@ /* Test for valloc. - Copyright (C) 2013-2024 Free Software Foundation, Inc. + Copyright (C) 2013-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -23,6 +23,8 @@ #include <unistd.h> #include <libc-diag.h> +#include "tst-malloc-aux.h" + static int errors = 0; static void |