Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/sweep.h b/sweep.h 2index 198349d..549f39f 100644 3--- a/sweep.h 4+++ b/sweep.h 5@@ -32,6 +32,10 @@ 6 #include <string.h> 7 #endif /* HAVE_STRING_H */ 8 9+#ifdef HAVE_STRINGS_H 10+#include <strings.h> 11+#endif /* HAVE_STRINGS_H */ 12+ 13 #ifdef HAVE_GETOPT_H 14 #include <getopt.h> 15 #endif /* HAVE_GETOPT_H */