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/?p=deb_libcec.git;a=commitdiff_plain;h=c0ee98e70694b23c283ffa72fa2522f2d4c64faa;hp=1e338e9581ae9669d0f8c85feafdab0a658647c6 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 {