diff options
Diffstat (limited to 'utils/cec-follower/cec-follower.h')
-rw-r--r-- | utils/cec-follower/cec-follower.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/cec-follower/cec-follower.h b/utils/cec-follower/cec-follower.h index a699dd1d..0f624779 100644 --- a/utils/cec-follower/cec-follower.h +++ b/utils/cec-follower/cec-follower.h @@ -47,6 +47,8 @@ #include <config.h> #endif +#include <cec-common.h> + #define ARRAY_SIZE(a) \ (sizeof(a) / sizeof(*a)) |