Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src/recover.c b/src/recover.c 2index 41b4aee..30b5d8f 100644 3--- a/src/recover.c 4+++ b/src/recover.c 5@@ -24,6 +24,7 @@ 6 #include <errno.h> 7 #include <fcntl.h> 8 #include <utime.h> 9+#include <sys/sysmacros.h> 10 11 #ifndef O_LARGEFILE 12 #define O_LARGEFILE 0