Mesa (master): mesa: Include api_exec.h in dlist.c.

Vinson Lee vlee at kemper.freedesktop.org
Sun May 2 20:23:05 UTC 2010


Module: Mesa
Branch: master
Commit: 801dcd9e8f6a45d81428bda4740b162a6cd02980
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=801dcd9e8f6a45d81428bda4740b162a6cd02980

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun May  2 13:21:42 2010 -0700

mesa: Include api_exec.h in dlist.c.

Fixes _mesa_alloc_dispatch_table implicit declaration warning.

---

 src/mesa/main/dlist.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 3f093cb..0c162f0 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -32,6 +32,7 @@
 #include "glheader.h"
 #include "imports.h"
 #include "api_arrayelt.h"
+#include "api_exec.h"
 #include "api_loopback.h"
 #include "config.h"
 #include "mfeatures.h"




More information about the mesa-commit mailing list