diff options
| author | David 'Digit' Turner <digit@android.com> | 2011-04-05 17:23:55 +0200 |
|---|---|---|
| committer | David 'Digit' Turner <digit@android.com> | 2011-04-05 17:23:55 +0200 |
| commit | 45c722023d3e26ccc2f54a17ef2ca27123dec973 (patch) | |
| tree | 566a9e9db37df05e6c458f2850c1d0397c418dbb /tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp | |
| parent | c29456a00086521ada5516e3eb25f7d22a7ed601 (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.cpp | 2 |
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() |
