diff options
| author | tb <> | 2022-06-22 10:01:17 +0000 |
|---|---|---|
| committer | tb <> | 2022-06-22 10:01:17 +0000 |
| commit | 24b3af508c9815e55da5d06366808dad8d65efa4 (patch) | |
| tree | 7ca55d795443030a68c6f1cef0e7892498b7a3d5 /src | |
| parent | 0baeadaddf4cd45bc5487fea46a2f89946345cd1 (diff) | |
| download | openbsd-24b3af508c9815e55da5d06366808dad8d65efa4.tar.gz openbsd-24b3af508c9815e55da5d06366808dad8d65efa4.tar.bz2 openbsd-24b3af508c9815e55da5d06366808dad8d65efa4.zip | |
Explicitly include fcntl.h and unistd.h for pipe2
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libtls/tls/tlstest.c | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
| 1 | /* $OpenBSD: tlstest.c,v 1.13 2021/04/04 16:19:47 tb Exp $ */ | 1 | /* $OpenBSD: tlstest.c,v 1.14 2022/06/22 10:01:17 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> |
| 4 | * | 4 | * |
| @@ -17,6 +17,9 @@ | |||
| 17 | 17 | ||
| 18 | #include <sys/socket.h> | 18 | #include <sys/socket.h> |
| 19 | 19 | ||
| 20 | #include <fcntl.h> | ||
| 21 | #include <unistd.h> | ||
| 22 | |||
| 20 | #include <err.h> | 23 | #include <err.h> |
| 21 | #include <fcntl.h> | 24 | #include <fcntl.h> |
| 22 | #include <stdio.h> | 25 | #include <stdio.h> |
