From 2732bdc5bbe0994242dda069d173455c55f44e40 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 31 May 2025 11:37:18 +0000 Subject: test.h: include stddef.h for NULL and size_t --- src/regress/lib/libcrypto/test/test.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -/* $OpenBSD: test.h,v 1.3 2025/05/31 08:25:04 tb Exp $ */ +/* $OpenBSD: test.h,v 1.4 2025/05/31 11:37:18 tb Exp $ */ /* * Copyright (c) 2025 Joshua Sing * @@ -18,6 +18,7 @@ #ifndef HEADER_TEST_H #define HEADER_TEST_H +#include #include struct test; -- cgit v1.2.3-55-g6feb