cec: use the local cec.h/cectypes.h instead of system wide when compiling libCEC...
[deb_libcec.git] / src / lib / LibCEC.h
index b5cf2bfd46fa0bc22e6cd5f25c1113c66c974f34..ad2eca97571deafe022bbd564f02ca2c242324ce 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #include <string>
-#include <cec.h>
+#include "../../include/cec.h"
 #include "platform/util/buffer.h"
 
 namespace CEC