My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/games/racer/mkdir.patch

13 lines
261 B

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;