summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-11-07 20:08:58 -0800
committerJay Sorg <jay.sorg@gmail.com>2012-11-07 20:08:58 -0800
commit8a700017ba00c15b2eb26a83e9fc324347b43a27 (patch)
tree31606987479d3b8bf0a2f22bf97f5e3bc9f187f4
parent77e74e8e680d432769112492d14d05909eb15ebc (diff)
downloadxrdp-proprietary-8a700017ba00c15b2eb26a83e9fc324347b43a27.tar.gz
xrdp-proprietary-8a700017ba00c15b2eb26a83e9fc324347b43a27.zip
chansrv: fix build without --enable-fuse
-rw-r--r--sesman/chansrv/chansrv_fuse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/chansrv/chansrv_fuse.c b/sesman/chansrv/chansrv_fuse.c
index 269601f2..07debdab 100644
--- a/sesman/chansrv/chansrv_fuse.c
+++ b/sesman/chansrv/chansrv_fuse.c
@@ -645,6 +645,8 @@ fuse_file_contents_range(int stream_id, char *data, int data_bytes)
#include "arch.h"
+char g_fuse_root_path[256] = "";
+
/*****************************************************************************/
int APP_CC
fuse_get_wait_objs(tbus *objs, int *count, int *timeout)