mesa: Fix Cygwin build with llvm enabled.
authorVinson Lee <vlee@vmware.com>
Fri, 23 Jul 2010 23:24:35 +0000 (16:24 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 23 Jul 2010 23:24:35 +0000 (16:24 -0700)
commit658fc7539d6befaa48e69496097d383048af9173
treefa744aaf1ff46b44556bd84307f08e4ac6725f52
parent1874cb7e82a566079219a571d6a30a74581c611e
mesa: Fix Cygwin build with llvm enabled.

On Cygwin locale_t in not available but 'llvm-config --cppflags' adds
the compiler flag -D_GNU_SOURCE to the build.
src/mesa/main/imports.c