diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/test/test.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/test/test.h b/src/regress/lib/libcrypto/test/test.h index 60e141d506..1c8391d4ec 100644 --- a/src/regress/lib/libcrypto/test/test.h +++ b/src/regress/lib/libcrypto/test/test.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: test.h,v 1.3 2025/05/31 08:25:04 tb Exp $ */ | 1 | /* $OpenBSD: test.h,v 1.4 2025/05/31 11:37:18 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2025 Joshua Sing <joshua@joshuasing.dev> | 3 | * Copyright (c) 2025 Joshua Sing <joshua@joshuasing.dev> |
4 | * | 4 | * |
@@ -18,6 +18,7 @@ | |||
18 | #ifndef HEADER_TEST_H | 18 | #ifndef HEADER_TEST_H |
19 | #define HEADER_TEST_H | 19 | #define HEADER_TEST_H |
20 | 20 | ||
21 | #include <stddef.h> | ||
21 | #include <stdint.h> | 22 | #include <stdint.h> |
22 | 23 | ||
23 | struct test; | 24 | struct test; |