Mesa (master): Include p_compiler.h in drm_api.h for boolean typedef.

Corbin Simpson csimpson at kemper.freedesktop.org
Fri Feb 27 12:26:25 PST 2009


Module: Mesa
Branch: master
Commit: 7a10fcb7b6263b991714778c7bbacedb2246f474
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a10fcb7b6263b991714778c7bbacedb2246f474

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Fri Feb 27 10:52:09 2009 -0800

Include p_compiler.h in drm_api.h for boolean typedef.

---

 src/gallium/include/state_tracker/drm_api.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/include/state_tracker/drm_api.h b/src/gallium/include/state_tracker/drm_api.h
index cfed8d7..91a727b 100644
--- a/src/gallium/include/state_tracker/drm_api.h
+++ b/src/gallium/include/state_tracker/drm_api.h
@@ -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;



More information about the mesa-commit mailing list