From 461651357713b1408400669d6a809f2e367182fe Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 13 Oct 2006 17:34:01 +0000 Subject: Fix dumb build errors. I always build with -DGLX_USE_TLS, so I never hit these paths. glapi.h is required in some places because _glapi_Dispatch is declared there, but _glapi_tls_Dispatch is declared in glthread.h. --- src/glx/x11/singlepix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glx/x11') diff --git a/src/glx/x11/singlepix.c b/src/glx/x11/singlepix.c index 5eeb4cedab..a7b5b79870 100644 --- a/src/glx/x11/singlepix.c +++ b/src/glx/x11/singlepix.c @@ -37,6 +37,7 @@ #include "packsingle.h" #include "indirect.h" #include "dispatch.h" +#include "glapi.h" #include "glthread.h" #include "glapioffsets.h" #include -- cgit v1.2.3