repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
applications
/
file-managers
/
spacefm
/
glibc-fix.patch
blob
b8e9f1e9195e7367fba17e15a9180fc43fa1494e
1
diff --git a/src/main.c b/src/main.c
2
index 27f5614..2b45708 100644
3
--- a/src/main.c
4
+++ b/src/main.c
5
@@ -23,6 +23,7 @@
6
#include <sys/types.h>
7
#include <sys/socket.h>
8
#include <sys/un.h>
9
+#include <sys/sysmacros.h>
10
11
#include <signal.h>
12