Merge pull request #810 from trapexit/libfuse-cleanup

libfuse cleanup: add more header include guards
This commit is contained in:
trapexit 2020-08-08 19:16:51 -04:00 committed by GitHub
commit 4c711159df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,8 @@
See the file COPYING.LIB
*/
#pragma once
#include "fuse.h"
#include "fuse_lowlevel.h"

View File

@ -6,7 +6,10 @@
See the file COPYING.LIB
*/
#pragma once
#include "config.h"
#include <pthread.h>
/*

View File

@ -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,