repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
games
/
racer
/
mkdir.patch
blob
910eaf390f4c96a357dfa802ec4b106c9d2019d8
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>
11
12
HScreen hscreen;
13