From: Lars Op den Kamp Date: Mon, 9 Dec 2013 10:47:16 +0000 (+0100) Subject: fixed compilation on windows X-Git-Tag: upstream/2.2.0~1^2~3^2~31 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=c0ee98e70694b23c283ffa72fa2522f2d4c64faa;p=deb_libcec.git fixed compilation on windows --- diff --git a/src/lib/implementations/AQCommandHandler.h b/src/lib/implementations/AQCommandHandler.h index 9193b3a..6833b41 100644 --- a/src/lib/implementations/AQCommandHandler.h +++ b/src/lib/implementations/AQCommandHandler.h @@ -32,7 +32,7 @@ */ #include "CECCommandHandler.h" -#include "platform/threads/threads.h" +#include "lib/platform/threads/threads.h" namespace CEC {