diff options
Diffstat (limited to 'malloc/tst-realloc.c')
-rw-r--r-- | malloc/tst-realloc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/malloc/tst-realloc.c b/malloc/tst-realloc.c index f50499e..997d901 100644 --- a/malloc/tst-realloc.c +++ b/malloc/tst-realloc.c @@ -1,4 +1,4 @@ -/* 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 <libc-diag.h> #include <support/check.h> +#include "tst-malloc-aux.h" + static int do_test (void) { |