mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-06 02:26:34 +00:00
12 lines
303 B
Diff
12 lines
303 B
Diff
https://gitlab.freedesktop.org/mstoeckl/waypipe/-/commit/eccbb5cbf1e3623af47518a1c4ec776820667cab
|
|
|
|
--- a/src/secctx.c
|
|
+++ b/src/secctx.c
|
|
@@ -1,5 +1,6 @@
|
|
#include "security-context-v1-protocol.h"
|
|
#include "util.h"
|
|
+#include <string.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/un.h>
|
|
#include <unistd.h>
|