mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
pvr.stalker: fix gcc-14 build
This commit is contained in:
parent
2812d91eb0
commit
ec6d749d7e
@ -0,0 +1,22 @@
|
|||||||
|
From 9286f1d7f21f309cfadd35c9872a7d42eb6a4495 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Rudi Heitbaum <rudi@heitbaum.com>
|
||||||
|
Date: Sun, 5 May 2024 00:50:22 +1000
|
||||||
|
Subject: [PATCH] Fix missing stdlib.h header
|
||||||
|
|
||||||
|
Required for compiling with gcc-14
|
||||||
|
---
|
||||||
|
lib/libstalkerclient/xmltv.c | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/lib/libstalkerclient/xmltv.c b/lib/libstalkerclient/xmltv.c
|
||||||
|
index afe8555..c8fbab7 100644
|
||||||
|
--- a/lib/libstalkerclient/xmltv.c
|
||||||
|
+++ b/lib/libstalkerclient/xmltv.c
|
||||||
|
@@ -23,6 +23,7 @@
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
+#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "util.h"
|
Loading…
x
Reference in New Issue
Block a user