aboutsummaryrefslogtreecommitdiff
path: root/malloc/tst-aligned-alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/tst-aligned-alloc.c')
-rw-r--r--malloc/tst-aligned-alloc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/malloc/tst-aligned-alloc.c b/malloc/tst-aligned-alloc.c
index 91167d1..c169805 100644
--- a/malloc/tst-aligned-alloc.c
+++ b/malloc/tst-aligned-alloc.c
@@ -1,5 +1,5 @@
/* Test for C17 alignment requirements.
- Copyright (C) 2023-2024 Free Software Foundation, Inc.
+ Copyright (C) 2023-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
@@ -25,6 +25,8 @@
#include <libc-diag.h>
#include <support/check.h>
+#include "tst-malloc-aux.h"
+
static int
do_test (void)
{