mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Revert "pvr.stalker: fix gcc-14 build"
This is now upstream This reverts commit ec6d749d7ec35e590b0680c572254ca1d74da5b6.
This commit is contained in:
parent
5741860066
commit
d8eee3ff4d
@ -1,22 +0,0 @@
|
|||||||
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