1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 09:36:18 +00:00
Lakka-LibreELEC/packages/sysutils/udevil/patches/udevil-fix-build.patch
Stephan Raue ad3fb0cd4b udevil: fix build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-24 12:07:56 +02:00

12 lines
414 B
Diff

diff -Naur udevil-0.4.4/src/device-info.c udevil-0.4.4.patch/src/device-info.c
--- udevil-0.4.4/src/device-info.c 2015-05-04 15:34:32.000000000 +0200
+++ udevil-0.4.4.patch/src/device-info.c 2015-05-23 16:25:50.545362784 +0200
@@ -4,6 +4,7 @@
************************************************************************** */
#include "device-info.h"
+#include <sys/stat.h>
static char *
_dupv8 (const char *s)