gallium: Use directory name in include.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 21 Jan 2008 15:13:50 +0000 (00:13 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Sat, 26 Jan 2008 01:52:21 +0000 (10:52 +0900)
src/mesa/pipe/pipebuffer/pb_buffer.h

index b8cb731338c0ce42aa6a30dd55200d8fe5eaf5b2..570986314aaff8c626ed6696a487951b821ca119 100644 (file)
@@ -46,7 +46,8 @@
 
 #include <assert.h>
 #include <stdlib.h>
-#include "p_compiler.h"
+
+#include "pipe/p_compiler.h"
 
 #include "pipe/p_state.h"