Browse Source

Merge pull request #810 from trapexit/libfuse-cleanup

libfuse cleanup: add more header include guards
rmdir-errors
trapexit 4 years ago
committed by GitHub
parent
commit
4c711159df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libfuse/lib/fuse_i.h
  2. 3
      libfuse/lib/fuse_misc.h
  3. 2
      libfuse/lib/mount_util.h

2
libfuse/lib/fuse_i.h

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

3
libfuse/lib/fuse_misc.h

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

2
libfuse/lib/mount_util.h

@ -6,6 +6,8 @@
See the file COPYING.LIB. See the file COPYING.LIB.
*/ */
#pragma once
#include <sys/types.h> #include <sys/types.h>
int fuse_mnt_add_mount(const char *progname, const char *fsname, int fuse_mnt_add_mount(const char *progname, const char *fsname,

Loading…
Cancel
Save