diff options
Diffstat (limited to 'common/timer.c')
-rw-r--r-- | common/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/timer.c b/common/timer.c index a33eb84be4..ccf77eb9be 100644 --- a/common/timer.c +++ b/common/timer.c @@ -6,6 +6,7 @@ /* Timer module for Chrome EC operating system */ #include "atomic.h" +#include "builtin/assert.h" #include "common.h" #include "console.h" #include "hooks.h" |