intel: Fix build of mi_builder_tests by including c99_compat.h

We need this so C++ will understand "restrict" which is used in the
genxml output.

Fixes: 9f717b5f23 ("util: remove needless c99_compat.h includes")
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Acked-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16899>
This commit is contained in:
Jordan Justen 2022-06-06 16:14:32 -07:00 committed by Marge Bot
parent c06b265ec7
commit 8381f64251

View file

@ -27,6 +27,7 @@
#include <gtest/gtest.h>
#include "c99_compat.h"
#include "dev/intel_device_info.h"
#include "drm-uapi/i915_drm.h"
#include "genxml/gen_macros.h"