14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
$OpenBSD: patch-src_sockwrap_sockwrap_cpp,v 1.1 2017/05/13 18:38:25 espie Exp $
|
|
|
|
Index: src/sockwrap/sockwrap.cpp
|
|
--- src/sockwrap/sockwrap.cpp.orig
|
|
+++ src/sockwrap/sockwrap.cpp
|
|
@@ -22,6 +22,7 @@
|
|
# include "sockwrap_tls.h"
|
|
#endif
|
|
#include "core/util.h"
|
|
+#include <unistd.h>
|
|
|
|
namespace sock
|
|
{
|