]> git.proxmox.com Git - mirror_lxcfs.git/blob - src/lxcfs_fuse.h
Merge pull request #622 from zhaixiaojuan/main
[mirror_lxcfs.git] / src / lxcfs_fuse.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2
3 #ifndef __LXCFS_FUSE_H
4 #define __LXCFS_FUSE_H
5
6 #include "config.h"
7
8 #if HAVE_FUSE3
9 #include <fuse3/fuse.h>
10 #else
11 #include <fuse.h>
12 #endif
13
14 #include "lxcfs_fuse_compat.h"
15
16 #endif /* __LXCFS_FUSE_H */