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