about summary refs log tree commit diff
path: root/pkgs/applications/file-managers/spacefm/glibc-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/file-managers/spacefm/glibc-fix.patch')
-rw-r--r--pkgs/applications/file-managers/spacefm/glibc-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/applications/file-managers/spacefm/glibc-fix.patch b/pkgs/applications/file-managers/spacefm/glibc-fix.patch
new file mode 100644
index 0000000000000..b8e9f1e9195e7
--- /dev/null
+++ b/pkgs/applications/file-managers/spacefm/glibc-fix.patch
@@ -0,0 +1,12 @@
+diff --git a/src/main.c b/src/main.c
+index 27f5614..2b45708 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>
+