Fix building outside the source tree

$(top_srcdir)/common is in INCLUDES, but $(top_srcdir) is not.
This commit is contained in:
Pavel Roskin 2016-01-14 16:32:09 +00:00 committed by Pavel Roskin
parent dac8bf728a
commit 380c0cd2e7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
*/ */
#include "rdp.h" #include "rdp.h"
#include "common/log.h" #include "log.h"
/*****************************************************************************/ /*****************************************************************************/
struct rdp_mcs *APP_CC struct rdp_mcs *APP_CC