cec: use the local cec.h/cectypes.h instead of system wide when compiling libCEC...
[deb_libcec.git] / src / lib / CECProcessor.h
index c21110d29568080039a5942c14c18147d973ccdb..f0dbda41cb1f57df0c75604cf7f5a16330d500cc 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #include <string>
-#include <cectypes.h>
+#include "../../include/cectypes.h"
 #include "platform/threads/threads.h"
 #include "platform/util/buffer.h"
 #include "adapter/AdapterCommunication.h"