nixpkgs/pkgs/applications/misc/spacefm/glibc-fix.patch

13 lines
242 B
Diff
Raw Normal View History

2020-01-23 09:40:49 +00:00
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>