Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src/main.c b/src/main.c 2index 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