blob: 2b390636631e1c062beb976bade6b3b07c19ae0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/dolphin-emu-3.0/Source/Core/Common/Src/CommonFuncs.h 2012-04-07 10:47:47.595151504 +0200
+++ src/dolphin-emu-3.0-build/Source/Core/Common/Src/CommonFuncs.h 2012-04-07 10:53:25.371113081 +0200
@@ -18,6 +18,8 @@
#ifndef _COMMONFUNCS_H_
#define _COMMONFUNCS_H_
+#include <unistd.h>
+
#ifdef _WIN32
#define SLEEP(x) Sleep(x)
#else
|