diff options
author | Brian Paul <[email protected]> | 2012-07-22 11:20:00 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-07-24 08:37:29 -0600 |
commit | a1287f549a3e6527b8cf3bf5b5f563ba63c6f48c (patch) | |
tree | 3f3c3972b10e772c95192a01de897bf86c7e46b8 /src/mesa/main/dlist.c | |
parent | 8b762ebd72c1bb1a9827a667ad55ba9516505adf (diff) |
mesa: move more format helper functions to glformats.c
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 40961b15c43..510fd1e18b3 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -51,6 +51,7 @@ #endif #include "framebuffer.h" #include "glapi/glapi.h" +#include "glformats.h" #include "hash.h" #include "image.h" #include "light.h" |