From: Nikolaus Rath Date: Sun, 12 May 2019 10:00:15 +0000 (+0100) Subject: Fix includes of non-system headers. X-Git-Tag: fuse-3.6.0~7 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7a5e1a9a9a61416c759ce02a48e600814fd13711;p=qemu-gpiodev%2Flibfuse.git Fix includes of non-system headers. Fixes: #415. --- 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 +#include "config.h" #endif #ifndef _GNU_SOURCE @@ -73,7 +73,7 @@ #include #include #include -#include +#include "cxxopts.hpp" #include #include #include