From: tb Date: Wed, 22 Jun 2022 10:01:17 +0000 (+0000) Subject: Explicitly include fcntl.h and unistd.h for pipe2 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5143226f3a439735e88060d24f13f914a0b7dd48;p=openbsd Explicitly include fcntl.h and unistd.h for pipe2 --- diff --git a/regress/lib/libtls/tls/tlstest.c b/regress/lib/libtls/tls/tlstest.c index 146842316f5..b856e9d789b 100644 --- a/regress/lib/libtls/tls/tlstest.c +++ b/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