cec: include the local cectypes.h in cec.h and cecc.h instead of system wide
[deb_libcec.git] / include / cecc.h
index e1ef0e33434212196435acbfbc0238a4e0448d8f..c19f1a7b20d9a2bc472e8dacdaf129283b08a567 100644 (file)
@@ -34,7 +34,7 @@
 #ifndef CECEXPORTS_C_H_
 #define CECEXPORTS_C_H_
 
-#include <cectypes.h>
+#include "cectypes.h"
 
 #ifdef __cplusplus
 extern "C" {