diff options
Diffstat (limited to 'malloc/tst-memalign.c')
-rw-r--r-- | malloc/tst-memalign.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/malloc/tst-memalign.c b/malloc/tst-memalign.c index 563f641..f73ccf6 100644 --- a/malloc/tst-memalign.c +++ b/malloc/tst-memalign.c @@ -1,5 +1,5 @@ /* Test for memalign. - 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 |