From: Lars Op den Kamp Date: Thu, 15 Nov 2012 00:04:19 +0000 (+0100) Subject: fixed include path for threads.h in PHCommandHandler.h X-Git-Tag: upstream/2.2.0~1^2~12^2~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7e9bd39e5b6cc2d3f8f32df3c180a20508547ee8;hp=6d5033117aacb1be07d93b99a82115146af4d623;p=deb_libcec.git fixed include path for threads.h in PHCommandHandler.h --- diff --git a/src/lib/implementations/PHCommandHandler.h b/src/lib/implementations/PHCommandHandler.h index a40d7b5..8118d82 100644 --- a/src/lib/implementations/PHCommandHandler.h +++ b/src/lib/implementations/PHCommandHandler.h @@ -32,7 +32,7 @@ */ #include "CECCommandHandler.h" -#include "platform/threads/threads.h" +#include "lib/platform/threads/threads.h" namespace CEC {