blob: 096e4851bebde2b22fb4a32910e87c168886dd97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
diff '--color=auto' -Nurd waypipe-v0.9.2/src/secctx.c waypipe-v0.9.2.new/src/secctx.c
--- waypipe-v0.9.2/src/secctx.c 2024-11-18 14:29:20.000000000 -0800
+++ waypipe-v0.9.2.new/src/secctx.c 2024-11-25 10:20:47.643421280 -0800
@@ -2,6 +2,7 @@
#include "util.h"
#include <sys/socket.h>
#include <sys/un.h>
+#include <string.h>
#include <unistd.h>
#include <wayland-client.h>
|