projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
055f272
)
Fix includes of non-system headers.
author
Nikolaus Rath
<Nikolaus@rath.org>
Sun, 12 May 2019 10:00:15 +0000
(11:00 +0100)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Sun, 12 May 2019 10:00:15 +0000
(11:00 +0100)
Fixes: #415.
example/passthrough_hp.cc
patch
|
blob
|
history
diff --git
a/example/passthrough_hp.cc
b/example/passthrough_hp.cc
index dba87513b40c7c5394715c18c708360c72a74ace..974551ea45539ab760c02804ad1fe8b65966617e 100644
(file)
--- 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>