summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Roskin <prroskin@amazon.com>2016-01-14 16:32:09 +0000
committerPavel Roskin <plroskin@gmail.com>2016-01-14 08:47:50 -0800
commit380c0cd2e77ece844691c3a67b17debb1f514fd5 (patch)
tree09339056d1ba204eb305901b05d1c1d18b61a788
parentdac8bf728a9332497b39a2f71371b73d85fd89df (diff)
downloadxrdp-proprietary-380c0cd2e77ece844691c3a67b17debb1f514fd5.tar.gz
xrdp-proprietary-380c0cd2e77ece844691c3a67b17debb1f514fd5.zip
Fix building outside the source tree
$(top_srcdir)/common is in INCLUDES, but $(top_srcdir) is not.
-rw-r--r--rdp/rdp_mcs.c2
1 files changed, 1 insertions, 1 deletions
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