artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d1cb72
)
Explicitly include fcntl.h and unistd.h for pipe2
author
tb
<tb@openbsd.org>
Wed, 22 Jun 2022 10:01:17 +0000
(10:01 +0000)
committer
tb
<tb@openbsd.org>
Wed, 22 Jun 2022 10:01:17 +0000
(10:01 +0000)
regress/lib/libtls/tls/tlstest.c
patch
|
blob
|
history
diff --git
a/regress/lib/libtls/tls/tlstest.c
b/regress/lib/libtls/tls/tlstest.c
index
1468423
..
b856e9d
100644
(file)
--- a/
regress/lib/libtls/tls/tlstest.c
+++ b/
regress/lib/libtls/tls/tlstest.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tlstest.c,v 1.1
3 2021/04/04 16:19:4
7 tb Exp $ */
+/* $OpenBSD: tlstest.c,v 1.1
4 2022/06/22 10:01:1
7 tb Exp $ */
/*
* Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
*
@@
-17,6
+17,9
@@
#include <sys/socket.h>
+#include <fcntl.h>
+#include <unistd.h>
+
#include <err.h>
#include <fcntl.h>
#include <stdio.h>