From 380c0cd2e77ece844691c3a67b17debb1f514fd5 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 14 Jan 2016 16:32:09 +0000 Subject: [PATCH] Fix building outside the source tree $(top_srcdir)/common is in INCLUDES, but $(top_srcdir) is not. --- rdp/rdp_mcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdp/rdp_mcs.c b/rdp/rdp_mcs.c index 18c33ac4..536ba7d1 100644 --- a/rdp/rdp_mcs.c +++ b/rdp/rdp_mcs.c @@ -19,7 +19,7 @@ */ #include "rdp.h" -#include "common/log.h" +#include "log.h" /*****************************************************************************/ struct rdp_mcs *APP_CC