From: Keith Whitwell Date: Thu, 21 Feb 2008 10:07:58 +0000 (+0000) Subject: [PATCH] gallium: include p_compiler.h for boolean defn X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4339744c1676f925d42251bd32795bba9928cd5f;p=mesa.git [PATCH] gallium: include p_compiler.h for boolean defn --- diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index 3ce35310f6d..10c47e0ef03 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -5,6 +5,8 @@ extern "C" { #endif // defined __cplusplus +#include "p_compiler.h" + struct tgsi_version { unsigned MajorVersion : 8;