diff options
author | Vinson Lee <[email protected]> | 2010-05-13 01:25:07 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-05-13 01:25:07 -0700 |
commit | 1775829f8c30625d86db127aa2de6951ec44d278 (patch) | |
tree | e19df6bd9b564937bdf73d623be65d351c6a95da /src/gallium/auxiliary/os/os_time.c | |
parent | 65e82f04045a5d5e4c3ff43c422a99962a620f8d (diff) |
gallium: Add tokens for Cygwin.
Diffstat (limited to 'src/gallium/auxiliary/os/os_time.c')
-rw-r--r-- | src/gallium/auxiliary/os/os_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/os/os_time.c b/src/gallium/auxiliary/os/os_time.c index 6259142bec0..84907215fe6 100644 --- a/src/gallium/auxiliary/os/os_time.c +++ b/src/gallium/auxiliary/os/os_time.c @@ -37,7 +37,7 @@ #if !defined(PIPE_OS_EMBEDDED) -#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_APPLE) || defined(PIPE_OS_HAIKU) +#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_APPLE) || defined(PIPE_OS_HAIKU) || defined(PIPE_OS_CYGWIN) # include <sys/time.h> /* timeval */ #elif defined(PIPE_SUBSYSTEM_WINDOWS_DISPLAY) # include <windows.h> |