diff options
author | Brian Paul <[email protected]> | 2012-07-24 10:33:18 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-07-24 10:33:20 -0600 |
commit | 1f9239ec8d67c3e8ee64e6f5306499b6d97ea136 (patch) | |
tree | 53c88c8893fafab0d2a3b66feb1ac16e42ee5345 | |
parent | a271a0c9f66bdc88a4635a7aecb6606f78871846 (diff) |
nouveau: include glformats.h to get missing prototype
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=52449
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c b/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c index a9a56e78f2d..436db328eed 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c @@ -29,6 +29,7 @@ #include "nouveau_util.h" #include "main/bufferobj.h" +#include "main/glformats.h" #include "main/image.h" /* Arbitrary pushbuf length we can assume we can get with a single |