Hopefully fix windows build

This commit is contained in:
Colby Klein
2012-12-11 07:56:17 -08:00
parent d61a5fd1b1
commit c57365d68a
+3
View File
@@ -4,7 +4,10 @@
#include "RageTimer.h"
#include "Foreach.h"
#include "RageLog.h"
#if !defined(_WINDOWS)
#include <unistd.h>
#endif
/* Implement threaded read-ahead buffering.
*