mesa: Include api_exec.h in dlist.c.
authorVinson Lee <vlee@vmware.com>
Sun, 2 May 2010 20:21:42 +0000 (13:21 -0700)
committerVinson 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

index 3f093cb..0c162f0 100644 (file)
@@ -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"