mesa: include util/macros.h in format_fallback.c

To get definition of unreachable() macro.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Brian Paul
2018-01-16 22:13:41 -07:00
parent 484ac243f6
commit 7de0262f8f
+1
View File
@@ -87,6 +87,7 @@ def get_rgbx_to_rgba_map(formats):
TEMPLATE = Template(COPYRIGHT + """
#include "formats.h"
#include "util/macros.h"
/**
* For an sRGB format, return the corresponding linear color space format.