pulse: refer correct path to file_loc.h

master
Koichiro IWAO 7 years ago committed by metalefty
parent a20d88335f
commit 8220afceab

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

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

Loading…
Cancel
Save