diff options
Diffstat (limited to 'example/passthrough_hp.cc')
-rw-r--r-- | example/passthrough_hp.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc index dba8751..974551e 100644 --- a/example/passthrough_hp.cc +++ b/example/passthrough_hp.cc @@ -46,7 +46,7 @@ #define FUSE_USE_VERSION 35 #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif #ifndef _GNU_SOURCE @@ -73,7 +73,7 @@ #include <cstdio> #include <cstdlib> #include <list> -#include <cxxopts.hpp> +#include "cxxopts.hpp" #include <mutex> #include <fstream> #include <thread> |