diff options
Diffstat (limited to 'sesman/chansrv/chansrv_fuse.c')
-rw-r--r-- | sesman/chansrv/chansrv_fuse.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sesman/chansrv/chansrv_fuse.c b/sesman/chansrv/chansrv_fuse.c index b6345b1b..b3499ad6 100644 --- a/sesman/chansrv/chansrv_fuse.c +++ b/sesman/chansrv/chansrv_fuse.c @@ -107,6 +107,10 @@ void xfuse_devredir_cb_file_close(void *vp) {} #include "list.h" #include "fifo.h" +#ifndef EREMOTEIO +#define EREMOTEIO EIO +#endif + #define min(x, y) ((x) < (y) ? (x) : (y)) #define XFUSE_ATTR_TIMEOUT 1.0 |