diff options
Diffstat (limited to 'src')
| -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 |
