projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08b7b7
)
mesa: Include api_exec.h in dlist.c.
author
Vinson Lee
<vlee@vmware.com>
Sun, 2 May 2010 20:21:42 +0000
(13:21 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 2 May 2010 20:22:37 +0000
(13:22 -0700)
Fixes _mesa_alloc_dispatch_table implicit declaration warning.
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index 3f093cb6971db8e31b9c4151ef48e834843d1a1b..0c162f081aa78567ac2938973600b2e3e87f9e44 100644
(file)
--- 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"