Browse Source

pulse: refer correct path to file_loc.h

pull/1/head
Koichiro IWAO 7 years ago
committed by metalefty
parent
commit
5d33fe25e9
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      module-xrdp-sink.c
  2. +1
    -1
      module-xrdp-source.c

+ 1
- 1
module-xrdp-sink.c View File

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


+ 1
- 1
module-xrdp-source.c View File

@ -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