From 1456af2f2d7602a1f1fca54d8fe625e25851e441 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 23 Feb 2009 11:24:46 +0000 Subject: mesa: Fix windows build. --- src/mesa/main/dlopen.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/main/dlopen.c') diff --git a/src/mesa/main/dlopen.c b/src/mesa/main/dlopen.c index 0fc0c21e94..338246bb59 100644 --- a/src/mesa/main/dlopen.c +++ b/src/mesa/main/dlopen.c @@ -33,6 +33,9 @@ #if defined(_GNU_SOURCE) && !defined(__MINGW32__) #include #endif +#if defined(_WIN32) +#include +#endif /** -- cgit v1.2.3