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");