Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/Libraries/plist/Sources/Format/Encoding.cpp 2+++ b/Libraries/plist/Sources/Format/Encoding.cpp 3@@ -11,6 +11,7 @@ 4 #include <plist/Format/unicode.h> 5 6 #include <cassert> 7+#include <cstdlib> /* abort() */ 8 9 #if defined(__linux__) 10 #include <endian.h>