1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/games/racer/mkdir.patch

14 lines
261 B
Diff
Raw Normal View History

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;