summaryrefslogtreecommitdiff
path: root/tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-04-05 17:23:55 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-04-05 17:23:55 +0200
commit45c722023d3e26ccc2f54a17ef2ca27123dec973 (patch)
tree566a9e9db37df05e6c458f2850c1d0397c418dbb /tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp
parentc29456a00086521ada5516e3eb25f7d22a7ed601 (diff)
Really fix the Mac SDK build this time. Doh.
Change-Id: I529c42f89e752b245f76d7ea0d55ad6c676936b0
Diffstat (limited to 'tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp')
-rw-r--r--tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp b/tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp
index 5d0d91aae..000c381c6 100644
--- a/tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp
+++ b/tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp
@@ -24,7 +24,7 @@
#include <sys/time.h>
#include <time.h>
#else
-#include <time.h>
+#include <sys/time.h>
#endif
long long GetCurrentTimeMS()