summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-03-18 10:15:50 -0700
committerjsorg71 <jay.sorg@gmail.com>2017-03-28 00:59:16 -0700
commit148afd11700aedcd23cee8a6dc2196f94a8fc7b6 (patch)
treeae79570a9607f6264efb200cc79b7a1e56dd5199 /sesman/chansrv
parenta7ec7237c47d89dbfdacb5f4c7ae6cfb3d8615fd (diff)
downloadxrdp-proprietary-148afd11700aedcd23cee8a6dc2196f94a8fc7b6.tar.gz
xrdp-proprietary-148afd11700aedcd23cee8a6dc2196f94a8fc7b6.zip
Rename file_loc.h to xrdp_sockets.h, install it
Include xrdp_sockets.h directly, not through headers.
Diffstat (limited to 'sesman/chansrv')
-rw-r--r--sesman/chansrv/chansrv.c2
-rw-r--r--sesman/chansrv/pulse/module-xrdp-sink.c2
-rw-r--r--sesman/chansrv/pulse/module-xrdp-source.c2
-rw-r--r--sesman/chansrv/sound.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sesman/chansrv/chansrv.c b/sesman/chansrv/chansrv.c
index 6734b8dd..49b11448 100644
--- a/sesman/chansrv/chansrv.c
+++ b/sesman/chansrv/chansrv.c
@@ -32,12 +32,12 @@
#include "devredir.h"
#include "list.h"
#include "file.h"
-#include "file_loc.h"
#include "log.h"
#include "rail.h"
#include "xcommon.h"
#include "chansrv_fuse.h"
#include "drdynvc.h"
+#include "xrdp_sockets.h"
static struct trans *g_lis_trans = 0;
static struct trans *g_con_trans = 0;
diff --git a/sesman/chansrv/pulse/module-xrdp-sink.c b/sesman/chansrv/pulse/module-xrdp-sink.c
index d8c56d1e..3e51940d 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/xrdp_sockets.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 22d82bfc..6aa73ecd 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/xrdp_sockets.h"
PA_MODULE_AUTHOR("Laxmikant Rashinkar");
PA_MODULE_DESCRIPTION("xrdp source");
diff --git a/sesman/chansrv/sound.c b/sesman/chansrv/sound.c
index 2958e123..a647b4b6 100644
--- a/sesman/chansrv/sound.c
+++ b/sesman/chansrv/sound.c
@@ -31,7 +31,7 @@
#include "thread_calls.h"
#include "defines.h"
#include "fifo.h"
-#include "file_loc.h"
+#include "xrdp_sockets.h"
#include "chansrv_common.h"
#if defined(XRDP_OPUS)