mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 22:25:08 +02:00
22 lines
562 B
Diff
22 lines
562 B
Diff
--- a/3rd/bee.lua/bee/net/endpoint.cpp
|
|
+++ b/3rd/bee.lua/bee/net/endpoint.cpp
|
|
@@ -17,6 +17,7 @@
|
|
|
|
#include <array>
|
|
#include <limits>
|
|
+#include <cstring>
|
|
|
|
// see the https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows/
|
|
#if defined(_WIN32)
|
|
|
|
--- a/3rd/luamake/bee.lua/bee/net/endpoint.cpp
|
|
+++ b/3rd/luamake/bee.lua/bee/net/endpoint.cpp
|
|
@@ -17,6 +17,7 @@
|
|
|
|
#include <array>
|
|
#include <limits>
|
|
+#include <cstring>
|
|
|
|
// see the https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows/
|
|
#if defined(_WIN32)
|
|
|