]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
lxcfs_fuse: ensure lxcfs_fuse_compat.h is included after including fuse header
authorChristian Brauner (Microsoft) <christian.brauner@ubuntu.com>
Sat, 12 Mar 2022 09:51:58 +0000 (10:51 +0100)
committerChristian Brauner (Microsoft) <christian.brauner@ubuntu.com>
Sat, 12 Mar 2022 09:51:58 +0000 (10:51 +0100)
Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
src/lxcfs_fuse.h

index e4b2c1e095fb6d3c94bf4227984bd838764df73b..a9e55644220a3d008af4915ac03c2ff4c67bedfe 100644 (file)
@@ -5,12 +5,12 @@
 
 #include "config.h"
 
-#include "lxcfs_fuse_compat.h"
-
 #if HAVE_FUSE3
 #include <fuse3/fuse.h>
 #else
 #include <fuse.h>
 #endif
 
+#include "lxcfs_fuse_compat.h"
+
 #endif /* __LXCFS_FUSE_H */