diff options
author | Brian Paul <[email protected]> | 2008-11-10 14:42:02 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-11-10 14:42:02 -0700 |
commit | 59cc9739400c3a1654c069586070ff218993cd37 (patch) | |
tree | 500235cc5fa74a436bcd59cd705e5eaae69902aa /src/mesa/glapi/dispatch.h | |
parent | 13f96c5401ffe3869f08fecb2baf5bff2438b02e (diff) |
mesa: fix some misc breakage caused by editing auto-generated files rather than the python generators
Specifically:
#include "glapitable.h" in src/mesa/main/glapi/dispatch.h
Call _mesa_bsearch() in src/mesa/main/enums.c.
Diffstat (limited to 'src/mesa/glapi/dispatch.h')
-rw-r--r-- | src/mesa/glapi/dispatch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/glapi/dispatch.h b/src/mesa/glapi/dispatch.h index 71231560852..f019aa6aafe 100644 --- a/src/mesa/glapi/dispatch.h +++ b/src/mesa/glapi/dispatch.h @@ -28,6 +28,8 @@ #if !defined( _DISPATCH_H_ ) # define _DISPATCH_H_ + +#include "glapitable.h" /** * \file dispatch.h * Macros for handling GL dispatch tables. |