mirror of https://github.com/neutrinolabs/xrdp
chansrv: fix build without --enable-fuse
This commit is contained in:
parent
77e74e8e68
commit
8a700017ba
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue