From: Lars Op den Kamp Date: Wed, 5 Sep 2012 14:30:36 +0000 (+0200) Subject: make cec-client include cecloader.h from our project, not from system X-Git-Tag: upstream/2.2.0~1^2~18^2^2~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fcdb2de974e062eb99204f800dccc380506c9b2c;p=deb_libcec.git make cec-client include cecloader.h from our project, not from system --- diff --git a/src/testclient/main.cpp b/src/testclient/main.cpp index 2192643..e47c24b 100644 --- a/src/testclient/main.cpp +++ b/src/testclient/main.cpp @@ -49,7 +49,7 @@ using namespace PLATFORM; #define CEC_CONFIG_VERSION CEC_CLIENT_VERSION_1_8_2; -#include +#include "../../include/cecloader.h" ICECCallbacks g_callbacks; libcec_configuration g_config;