blob: 5affd40c31111783ef78449d1dff88f52e825b73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
From 65f37d4deb6ac87dd64df1bb281588d300a1bf3e Mon Sep 17 00:00:00 2001
From: orbea <orbea@riseup.net>
Date: Mon, 12 Feb 2024 18:18:31 -0800
Subject: [PATCH] libpskc: fix implicit declaration with musl
---
libpskc/global.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libpskc/global.c b/libpskc/global.c
index 1a514506..6082e11a 100644
--- a/libpskc/global.c
+++ b/libpskc/global.c
@@ -24,6 +24,7 @@
#include <pskc/pskc.h>
#include "internal.h"
+#include <stdlib.h> /* free */
#include <string.h> /* strverscmp */
#include <libxml/parser.h> /* xmlInitParser */
#include <libxml/catalog.h> /* xmlLoadCatalog */
--
GitLab
|