From 7e9bd39e5b6cc2d3f8f32df3c180a20508547ee8 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Thu, 15 Nov 2012 01:04:19 +0100 Subject: [PATCH] fixed include path for threads.h in PHCommandHandler.h --- src/lib/implementations/PHCommandHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.34.1