gallium: Add c99_compat.h to u_bitcast.h
authorMathias Fröhlich <mathias.froehlich@web.de>
Sat, 6 Aug 2016 05:26:59 +0000 (07:26 +0200)
committerMathias Fröhlich <Mathias.Froehlich@gmx.net>
Tue, 9 Aug 2016 19:20:56 +0000 (21:20 +0200)
We need this for 'inline'.

Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Tested-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/util/u_bitcast.h

index b1f9938..e8fb0fe 100644 (file)
@@ -30,6 +30,8 @@
 
 #include <string.h>
 
+#include "c99_compat.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif