summary refs log blame commit diff
path: root/pkgs/games/racer/mkdir.patch
blob: 910eaf390f4c96a357dfa802ec4b106c9d2019d8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                        
diff --git a/src/STDH.cpp b/src/STDH.cpp
index 5f78473..47c3f8b 100644
--- a/src/STDH.cpp
+++ b/src/STDH.cpp
@@ -5,6 +5,8 @@
 #include "player.h"
 #include "drivers.h"
 #include "cup.h"
+#include <sys/stat.h>
+#include <sys/types.h>
 
 HScreen hscreen;