mirror of
https://github.com/phatina/simple-mtpfs
synced 2024-12-24 23:53:06 +00:00
fuse include dir passed on include path
This commit is contained in:
parent
1c02d34ca3
commit
16948b0dea
@ -19,7 +19,7 @@
|
||||
#include <iostream>
|
||||
extern "C" {
|
||||
# include <errno.h>
|
||||
# include <fuse/fuse_opt.h>
|
||||
# include <fuse_opt.h>
|
||||
# include <unistd.h>
|
||||
# include <stddef.h>
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <string>
|
||||
#include <cstdlib>
|
||||
extern "C" {
|
||||
# include <fuse/fuse.h>
|
||||
# include <fuse.h>
|
||||
}
|
||||
#include "simple-mtpfs-mtp-device.h"
|
||||
#include "simple-mtpfs-tmp-files-pool.h"
|
||||
|
Loading…
Reference in New Issue
Block a user