pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / games / racer / mkdir.patch
blob910eaf390f4c96a357dfa802ec4b106c9d2019d8
1 diff --git a/src/STDH.cpp b/src/STDH.cpp
2 index 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>
12 HScreen hscreen;