Browse Source

libfuse cleanup: add more header include guards

pull/810/head
Antonio SJ Musumeci 4 years ago
parent
commit
7e173108fd
  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
*/
#pragma once
#include "fuse.h"
#include "fuse_lowlevel.h"

3
libfuse/lib/fuse_misc.h

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

2
libfuse/lib/mount_util.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…
Cancel
Save