diff options
| author | mikey <mikey@cinecert.com> | 2012-03-07 17:30:52 +0000 |
|---|---|---|
| committer | mikey <> | 2012-03-07 17:30:52 +0000 |
| commit | b1c1b5b75f7d651873af1eddcb2cd6e58fc72479 (patch) | |
| tree | 59a55fbbd5a2e0d824100b5716ab7c4c269a58b3 /src/KM_tai.cpp | |
| parent | 69c3f21b8730a0803f9942dbccc65292c0026703 (diff) | |
updates for new binaries, new Timestamp impl on windows.
Diffstat (limited to 'src/KM_tai.cpp')
| -rw-r--r-- | src/KM_tai.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/KM_tai.cpp b/src/KM_tai.cpp index 4cc6c32..7cf363a 100644 --- a/src/KM_tai.cpp +++ b/src/KM_tai.cpp @@ -49,7 +49,11 @@ The libtai source code is in the public domain. */ #include <KM_tai.h> +#ifdef KM_WIN32 +#include <time.h> +#else #include <sys/time.h> +#endif // void |
