summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2017-03-22 10:55:07 +0900
committermetalefty <meta@vmeta.jp>2017-03-24 13:49:21 +0900
commit8220afceab255ef6a88cf56b444c35ae5278131c (patch)
treeefcf2638bc83a50b56694507f12ff7ce65c24837 /sesman/chansrv
parenta20d88335f930dc5cb06f7ac4158d07b8ce2e621 (diff)
downloadxrdp-proprietary-8220afceab255ef6a88cf56b444c35ae5278131c.tar.gz
xrdp-proprietary-8220afceab255ef6a88cf56b444c35ae5278131c.zip
pulse: refer correct path to file_loc.h
Diffstat (limited to 'sesman/chansrv')
-rw-r--r--sesman/chansrv/pulse/module-xrdp-sink.c2
-rw-r--r--sesman/chansrv/pulse/module-xrdp-source.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sesman/chansrv/pulse/module-xrdp-sink.c b/sesman/chansrv/pulse/module-xrdp-sink.c
index 067c20f7..d8c56d1e 100644
--- a/sesman/chansrv/pulse/module-xrdp-sink.c
+++ b/sesman/chansrv/pulse/module-xrdp-sink.c
@@ -68,7 +68,7 @@ typedef bool pa_bool_t;
#endif
#include "module-xrdp-sink-symdef.h"
-#include "../common/file_loc.h"
+#include "../../../common/file_loc.h"
PA_MODULE_AUTHOR("Jay Sorg");
PA_MODULE_DESCRIPTION("xrdp sink");
diff --git a/sesman/chansrv/pulse/module-xrdp-source.c b/sesman/chansrv/pulse/module-xrdp-source.c
index a4b2d77a..22d82bfc 100644
--- a/sesman/chansrv/pulse/module-xrdp-source.c
+++ b/sesman/chansrv/pulse/module-xrdp-source.c
@@ -55,7 +55,7 @@ typedef bool pa_bool_t;
#endif
#include "module-xrdp-source-symdef.h"
-#include "../common/file_loc.h"
+#include "../../../common/file_loc.h"
PA_MODULE_AUTHOR("Laxmikant Rashinkar");
PA_MODULE_DESCRIPTION("xrdp source");