diff options
author | tb <> | 2025-05-31 11:37:18 +0000 |
---|---|---|
committer | tb <> | 2025-05-31 11:37:18 +0000 |
commit | 2732bdc5bbe0994242dda069d173455c55f44e40 (patch) | |
tree | 9e43cc667ef9777556376c0397b7b6cff001a651 /src/regress/lib/libcrypto/test | |
parent | f6940e4f3acf3de91dc1b2a50ee0477509125e27 (diff) | |
download | openbsd-2732bdc5bbe0994242dda069d173455c55f44e40.tar.gz openbsd-2732bdc5bbe0994242dda069d173455c55f44e40.tar.bz2 openbsd-2732bdc5bbe0994242dda069d173455c55f44e40.zip |
test.h: include stddef.h for NULL and size_t
Diffstat (limited to 'src/regress/lib/libcrypto/test')
-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; |