mesa: Use u_math.h from macros.h
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_texture.h
index 56e61c7337bf1d436237c992624e3dbe5445b160..562429f146b0d269d31349c9e874184a2546f350 100644 (file)
 #ifndef __NOUVEAU_TEXTURE_H__
 #define __NOUVEAU_TEXTURE_H__
 
+#include "swrast/s_context.h"
+
 struct nouveau_teximage {
-       struct gl_texture_image base;
+       struct swrast_texture_image base;
        struct nouveau_surface surface;
        struct {
                struct nouveau_surface surface;