Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src/STDH.cpp b/src/STDH.cpp 2index 5f78473..47c3f8b 100644 3--- a/src/STDH.cpp 4+++ b/src/STDH.cpp 5@@ -5,6 +5,8 @@ 6 #include "player.h" 7 #include "drivers.h" 8 #include "cup.h" 9+#include <sys/stat.h> 10+#include <sys/types.h> 11 12 HScreen hscreen; 13