diff options
Diffstat (limited to 'malloc/tst-malloc.c')
-rw-r--r-- | malloc/tst-malloc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/malloc/tst-malloc.c b/malloc/tst-malloc.c index f7a6e46..77aefeb 100644 --- a/malloc/tst-malloc.c +++ b/malloc/tst-malloc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2024 Free Software Foundation, Inc. +/* Copyright (C) 1999-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 @@ -22,6 +22,8 @@ #include <libc-diag.h> #include <time.h> +#include "tst-malloc-aux.h" + static int errors = 0; static void |