diff options
-rw-r--r-- | utils/cec-follower/cec-follower.h | 2 | ||||
-rw-r--r-- | utils/common/cec-log.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/cec-follower/cec-follower.h b/utils/cec-follower/cec-follower.h index c3d00269..0bd45452 100644 --- a/utils/cec-follower/cec-follower.h +++ b/utils/cec-follower/cec-follower.h @@ -22,7 +22,7 @@ #endif #include <cec-info.h> -#include <cec-log.h> +#include "../common/cec-log.h" #define ARRAY_SIZE(a) \ (sizeof(a) / sizeof(*a)) diff --git a/utils/common/cec-log.cpp b/utils/common/cec-log.cpp index c55d8679..850fc58c 100644 --- a/utils/common/cec-log.cpp +++ b/utils/common/cec-log.cpp @@ -13,7 +13,7 @@ #include <linux/cec-funcs.h> #include "cec-htng-funcs.h" #include "cec-info.h" -#include "cec-log.h" +#include "../common/cec-log.h" #define CEC_MAX_ARGS 16 |