aports/community/waypipe/missing-string-include.patch
2024-11-20 20:01:49 +00:00

24 lines
543 B
Diff

From eccbb5cbf1e3623af47518a1c4ec776820667cab Mon Sep 17 00:00:00 2001
From: Manuel Stoeckl <code@mstoeckl.com>
Date: Mon, 18 Nov 2024 20:08:28 -0500
Subject: [PATCH] Add missing string.h include
---
src/secctx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/secctx.c b/src/secctx.c
index 07a11c67..84d8532c 100644
--- 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>
--
GitLab