Include p_compiler.h in drm_api.h for boolean typedef.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Fri, 27 Feb 2009 18:52:09 +0000 (10:52 -0800)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Fri, 27 Feb 2009 20:25:09 +0000 (12:25 -0800)
src/gallium/include/state_tracker/drm_api.h

index cfed8d7b248a2cfaefc4cb6ea21ddf5fec776375..91a727be66fbc880716aa427e341a015b809b8b2 100644 (file)
@@ -2,6 +2,8 @@
 #ifndef _DRM_API_H_
 #define _DRM_API_H_
 
+#include "pipe/p_compiler.h"
+
 struct pipe_screen;
 struct pipe_winsys;
 struct pipe_buffer;