Fix dumb build errors.
authorIan Romanick <idr@us.ibm.com>
Fri, 13 Oct 2006 17:34:01 +0000 (17:34 +0000)
committerIan Romanick <idr@us.ibm.com>
Fri, 13 Oct 2006 17:34:01 +0000 (17:34 +0000)
commit461651357713b1408400669d6a809f2e367182fe
treeaaa5333418ef8d20761c106169a63d731ce9b0d7
parent176501dfff14b5bec78af2b3487207d42c26d37a
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
src/mesa/glapi/glapi.c