diff options
-rw-r--r-- | include/version.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/version.h b/include/version.h index 18968ce072..42d176916f 100644 --- a/include/version.h +++ b/include/version.h @@ -8,6 +8,8 @@ #ifndef __CROS_EC_VERSION_H #define __CROS_EC_VERSION_H +#include "common.h" + #define CROS_EC_VERSION_COOKIE1 0xce112233 #define CROS_EC_VERSION_COOKIE2 0xce445566 |