mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
squashfs: Fix missing include with newer glibc
This commit is contained in:
parent
e46396449f
commit
04101db8a3
@ -0,0 +1,11 @@
|
||||
diff -Nur a/squashfs-tools/mksquashfs.c b/squashfs-tools/mksquashfs.c
|
||||
--- a/squashfs-tools/mksquashfs.c 2017-11-14 04:44:47.000000000 +0100
|
||||
+++ b/squashfs-tools/mksquashfs.c 2018-08-22 16:52:17.386482046 +0200
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
Loading…
x
Reference in New Issue
Block a user