nouveau: include stdio.h and u_inlines.h in all context files since embedded changes
[mesa.git] / src / gallium / drivers / nv50 / nv50_context.h
index bebcd95054f609f0f54ff656e32e4a2dbfa08555..44d8f61342706111cdd2e454352ceb875f2e76b8 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __NV50_CONTEXT_H__
 #define __NV50_CONTEXT_H__
 
+#include <stdio.h>
 #include "pipe/p_context.h"
 #include "pipe/p_defines.h"
 #include "pipe/p_state.h"
@@ -8,6 +9,7 @@
 
 #include "util/u_memory.h"
 #include "util/u_math.h"
+#include "util/u_inlines.h"
 
 #include "draw/draw_vertex.h"