summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/dispatch.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-11-10 14:42:02 -0700
committerBrian Paul <brian.paul@tungstengraphics.com>2008-11-10 14:42:02 -0700
commit59cc9739400c3a1654c069586070ff218993cd37 (patch)
tree500235cc5fa74a436bcd59cd705e5eaae69902aa /src/mesa/glapi/dispatch.h
parent13f96c5401ffe3869f08fecb2baf5bff2438b02e (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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/glapi/dispatch.h b/src/mesa/glapi/dispatch.h
index 7123156085..f019aa6aaf 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.