diff options
Diffstat (limited to 'system/spacefm/glibc-2.28.patch')
-rw-r--r-- | system/spacefm/glibc-2.28.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/spacefm/glibc-2.28.patch b/system/spacefm/glibc-2.28.patch new file mode 100644 index 0000000000000..324bc43b93539 --- /dev/null +++ b/system/spacefm/glibc-2.28.patch @@ -0,0 +1,12 @@ +diff --git a/src/main.c b/src/main.c +index 645e2ec..9453a3b 100644 +--- a/src/main.c ++++ b/src/main.c +@@ -23,6 +23,7 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <sys/un.h> ++#include <sys/sysmacros.h> + + #include <signal.h> + |