st/mesa: Include missing headers in st_format.h.

This commit is contained in:
Vinson Lee 2010-08-05 00:59:44 -07:00
parent 2febc491bc
commit ad4d27c6d1

View file

@ -31,7 +31,12 @@
#define ST_FORMAT_H
#include "main/formats.h"
#include "main/mtypes.h"
#include "pipe/p_defines.h"
#include "pipe/p_format.h"
struct pipe_screen;
extern GLenum
st_format_datatype(enum pipe_format format);