gallium: Add c99_compat.h to u_bitcast.h

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>
This commit is contained in:
Mathias Fröhlich 2016-08-06 07:26:59 +02:00 committed by Mathias Fröhlich
parent 027cbf00f2
commit aa920736fe
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
#include <string.h>
#include "c99_compat.h"
#ifdef __cplusplus
extern "C" {
#endif