From 8220afceab255ef6a88cf56b444c35ae5278131c Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Wed, 22 Mar 2017 10:55:07 +0900 Subject: [PATCH] pulse: refer correct path to file_loc.h --- sesman/chansrv/pulse/module-xrdp-sink.c | 2 +- sesman/chansrv/pulse/module-xrdp-source.c | 2 +- 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");