libfuse cleanup: add more header include guards

This commit is contained in:
Antonio SJ Musumeci 2020-08-08 19:10:36 -04:00
parent 17925c4c93
commit 7e173108fd
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,