summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian@poulsbo.localnet.net>2008-02-26 14:34:19 -0700
committerBrian <brian@poulsbo.localnet.net>2008-02-26 14:34:19 -0700
commitd5ab6507f7c368e86f653e76b759f2e71273469f (patch)
tree885a8631d049f880176d81939fab46265389f30d /src
parentd4a4bed6638e0156324ff9b270f2248c4b5275bb (diff)
gallium: #includes to silence warnings
Diffstat (limited to 'src')
-rw-r--r--src/mesa/state_tracker/st_framebuffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_framebuffer.c b/src/mesa/state_tracker/st_framebuffer.c
index 47d47daf2a..d46a9178b1 100644
--- a/src/mesa/state_tracker/st_framebuffer.c
+++ b/src/mesa/state_tracker/st_framebuffer.c
@@ -27,8 +27,10 @@
#include "main/imports.h"
+#include "main/buffers.h"
#include "main/context.h"
#include "main/framebuffer.h"
+#include "main/matrix.h"
#include "main/renderbuffer.h"
#include "st_public.h"
#include "st_context.h"