Android: remove headers from LOCAL_SRC_FILES
[mesa.git] / src / mesa / main / format_unpack.h
index eba3c665070e8b87ae9625c43d212679b63f5046..964c6077af271dc63fa49a7e8432fbdac7481bfd 100644 (file)
@@ -25,6 +25,8 @@
 #ifndef FORMAT_UNPACK_H
 #define FORMAT_UNPACK_H
 
+#include "formats.h"
+
 extern void
 _mesa_unpack_rgba_row(mesa_format format, GLuint n,
                       const void *src, GLfloat dst[][4]);