projects
/
fuse3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca7f33
)
use new header name of fuse
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Sat, 21 Sep 2024 12:06:04 +0000
(14:06 +0200)
committer
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Sat, 21 Sep 2024 12:06:04 +0000
(14:06 +0200)
Bug-Debian: https://bugs.debian.org/
1031544
Forwarded: no
Last-Update: 2023-03-17
Just rename fuse_config.h to libfuse_config.h
Gbp-Pq: Name update_header_name.patch
example/poll_client.c
patch
|
blob
|
history
diff --git
a/example/poll_client.c
b/example/poll_client.c
index e51bd0ed4cc6251f7723428e8159ed352cd61b37..562481eab73a08d30b56d557b6a4aa51638885ab 100644
(file)
--- a/
example/poll_client.c
+++ b/
example/poll_client.c
@@
-19,7
+19,7
@@
* \include poll_client.c
*/
-#include <fuse_config.h>
+#include <
lib
fuse_config.h>
#include <sys/select.h>
#include <sys/time.h>