summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-07-22 11:03:13 -0600
committerBrian Paul <[email protected]>2012-07-24 08:37:29 -0600
commit8b762ebd72c1bb1a9827a667ad55ba9516505adf (patch)
tree067d330c7a15e8267dcf3855d110c2241adb1e9a /src/mesa/drivers/common
parentde3335dba8718efab8b80475f3fd78645def4e1c (diff)
mesa: move some format helper functions to glformats.c
Diffstat (limited to 'src/mesa/drivers/common')
-rw-r--r--src/mesa/drivers/common/meta.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c
index cf2d05337c8..fa154238201 100644
--- a/src/mesa/drivers/common/meta.c
+++ b/src/mesa/drivers/common/meta.c
@@ -46,6 +46,7 @@
#include "main/fbobject.h"
#include "main/feedback.h"
#include "main/formats.h"
+#include "main/glformats.h"
#include "main/image.h"
#include "main/macros.h"
#include "main/matrix.h"