25 lines
583 B
Diff
25 lines
583 B
Diff
|
From 5713c7f16d2634947804a7d7bd4882cba93a21f1 Mon Sep 17 00:00:00 2001
|
||
|
From: "build@apk-groulx" <build@apk-groulx.praxis>
|
||
|
Date: Wed, 2 Mar 2022 17:07:20 +0000
|
||
|
Subject: [PATCH 1/1] musl build
|
||
|
|
||
|
---
|
||
|
gui-agent/vmside.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/gui-agent/vmside.c b/gui-agent/vmside.c
|
||
|
index fd76f4d..89a41c8 100644
|
||
|
--- a/gui-agent/vmside.c
|
||
|
+++ b/gui-agent/vmside.c
|
||
|
@@ -50,6 +50,7 @@
|
||
|
#include "list.h"
|
||
|
#include "error.h"
|
||
|
#include "encoding.h"
|
||
|
+#include <string.h>
|
||
|
#include <libvchan.h>
|
||
|
|
||
|
/* Get the size of an array. Error out on pointers. */
|
||
|
--
|
||
|
2.35.1
|
||
|
|