From 0e22f14ed642af94db5f0dd7461920274be3361a Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sat, 22 Mar 2014 19:27:04 +0100 Subject: tests|lib: remove assert.h includes Only the igt core and non-test tools should have asserts to catch internal errors, tests and helper libraries should all user igt_asert instead. Fix things up where assert instead of igt_assert was used. One tiny step towards header sanity. Signed-off-by: Daniel Vetter --- tools/intel_l3_parity.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/intel_l3_parity.c') diff --git a/tools/intel_l3_parity.c b/tools/intel_l3_parity.c index 79e59104..aed36c83 100644 --- a/tools/intel_l3_parity.c +++ b/tools/intel_l3_parity.c @@ -28,6 +28,7 @@ #define _GNU_SOURCE #include #include +#include #include #include #include -- cgit v1.2.3