blob: dbdd78234ecb7f497a70696dc75df3e748db31e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./sesman/chansrv/chansrv_fuse.h.orig
+++ ./sesman/chansrv/chansrv_fuse.h
@@ -19,6 +19,8 @@
#ifndef _CHANSRV_FUSE_H
#define _CHANSRV_FUSE_H
+#include <sys/types.h>
+
/* a file or dir entry in the xrdp file system */
struct xrdp_inode
{
|