mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-21 00:59:26 +08:00
libfuse cleanup: add more header include guards
This commit is contained in:
parent
17925c4c93
commit
7e173108fd
@ -6,6 +6,8 @@
|
||||
See the file COPYING.LIB
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "fuse.h"
|
||||
#include "fuse_lowlevel.h"
|
||||
|
||||
|
@ -6,7 +6,10 @@
|
||||
See the file COPYING.LIB
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
/*
|
||||
|
@ -6,6 +6,8 @@
|
||||
See the file COPYING.LIB.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
int fuse_mnt_add_mount(const char *progname, const char *fsname,
|
||||
|
Loading…
x
Reference in New Issue
Block a user