From c9a6e30621e3fb22bbc854b622fa1b70e47d23c3 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 3 Jul 2003 09:22:03 +0000 Subject: [PATCH] Headers needed for mkdir function. --- stepmania/src/RageUtil.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index 87f1ea721a..1415154eb6 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -20,6 +20,8 @@ #include #include #include +#include +#include unsigned long randseed = time(NULL);