From 11e0688e5f21bddc1b025eaa3cca2dcd1fb14ad8 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Mon, 8 Aug 2016 10:11:54 +0100 Subject: [PATCH] Fix build on case-sensitive file systems --- src/frontend/arm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/arm_types.h b/src/frontend/arm_types.h index 89fccec7..b5c6da69 100644 --- a/src/frontend/arm_types.h +++ b/src/frontend/arm_types.h @@ -10,7 +10,7 @@ #include #include -#include "common/ASSERT.h" +#include "common/assert.h" #include "common/bit_util.h" #include "common/common_types.h"