fix fuse include path

This commit is contained in:
Peter Hatina 2013-01-09 18:14:33 +01:00
parent af28572264
commit b626837bb6
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ extern "C" {
# include <dirent.h>
# include <errno.h>
# include <fcntl.h>
# include <fuse_opt.h>
# include <fuse/fuse_opt.h>
# include <libgen.h>
# include <unistd.h>
# include <stddef.h>

View File

@ -21,7 +21,7 @@
#include <memory>
#include <string>
extern "C" {
# include <fuse.h>
# include <fuse/fuse.h>
}
#include "simple-mtpfs-mtp-device.h"
#include "simple-mtpfs-tmp-files-pool.h"