diff options
author | Vinson Lee <[email protected]> | 2010-05-02 13:21:42 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-05-02 13:22:37 -0700 |
commit | 801dcd9e8f6a45d81428bda4740b162a6cd02980 (patch) | |
tree | 708f28ec00da97084704a4f6ea420f6545d34b93 /src/mesa/main/dlist.c | |
parent | b08b7b737760bc4ff8c8326763765c22c777580a (diff) |
mesa: Include api_exec.h in dlist.c.
Fixes _mesa_alloc_dispatch_table implicit declaration warning.
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | 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 3f093cb6971..0c162f081aa 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" |