Skip to content

Commit

Permalink
libfuse cleanup: add more header include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
trapexit committed Aug 8, 2020
1 parent 17925c4 commit 7e17310
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libfuse/lib/fuse_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
See the file COPYING.LIB
*/

#pragma once

#include "fuse.h"
#include "fuse_lowlevel.h"

Expand Down
3 changes: 3 additions & 0 deletions libfuse/lib/fuse_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
See the file COPYING.LIB
*/

#pragma once

#include "config.h"

#include <pthread.h>

/*
Expand Down
2 changes: 2 additions & 0 deletions libfuse/lib/mount_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7e17310

Please sign in to comment.