cec: use the local cec.h/cectypes.h instead of system wide when compiling libCEC...
[deb_libcec.git] / src / testclient / main.cpp
index b987ff9ac37d7e3b8994d5107dac0087b6ba2bd0..b0492866449751f28d4a456a0c49fd344c74c67f 100644 (file)
@@ -30,7 +30,7 @@
  *     http://www.pulse-eight.net/
  */
 
-#include <cec.h>
+#include "../../include/cec.h"
 
 #include <cstdio>
 #include <fcntl.h>