From e03bc5f43e4a40b58624b52b3835dee00efcf87e Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 22 Jun 2022 10:01:17 +0000 Subject: Explicitly include fcntl.h and unistd.h for pipe2 --- src/regress/lib/libtls/tls/tlstest.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libtls/tls/tlstest.c') diff --git a/src/regress/lib/libtls/tls/tlstest.c b/src/regress/lib/libtls/tls/tlstest.c index 146842316f..b856e9d789 100644 --- a/src/regress/lib/libtls/tls/tlstest.c +++ b/src/regress/lib/libtls/tls/tlstest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tlstest.c,v 1.13 2021/04/04 16:19:47 tb Exp $ */ +/* $OpenBSD: tlstest.c,v 1.14 2022/06/22 10:01:17 tb Exp $ */ /* * Copyright (c) 2017 Joel Sing * @@ -17,6 +17,9 @@ #include +#include +#include + #include #include #include -- cgit v1.2.3-55-g6feb