From: Mathias Fröhlich Date: Sat, 6 Aug 2016 05:26:59 +0000 (+0200) Subject: gallium: Add c99_compat.h to u_bitcast.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa920736feeddd1793861651e95bcd09524e024c;p=mesa.git gallium: Add c99_compat.h to u_bitcast.h We need this for 'inline'. Signed-off-by: Mathias Fröhlich Tested-by: Brian Paul Reviewed-by: Brian Paul --- diff --git a/src/gallium/auxiliary/util/u_bitcast.h b/src/gallium/auxiliary/util/u_bitcast.h index b1f99383738..e8fb0fe3288 100644 --- a/src/gallium/auxiliary/util/u_bitcast.h +++ b/src/gallium/auxiliary/util/u_bitcast.h @@ -30,6 +30,8 @@ #include +#include "c99_compat.h" + #ifdef __cplusplus extern "C" { #endif