projects
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1513ef0
)
Include fcgi headers from fastcgi/ subfolder.
author
Mike Gabriel
<mike.gabriel@das-netzwerkteam.de>
Thu, 5 Sep 2024 21:27:32 +0000
(21:27 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Thu, 5 Sep 2024 21:27:32 +0000
(21:27 +0000)
fcgi include files location differs between distributions, so this is a Debian
specific change
Gbp-Pq: Name 2000_fix-fastcgi-includes.patch
tests/lib/WebServer.cc
patch
|
blob
|
history
diff --git
a/tests/lib/WebServer.cc
b/tests/lib/WebServer.cc
index 9fed168e20f4daad1137602e6fc1518339db62bc..f9196402337b1a2f5605b309513e1ddfc78c0966 100644
(file)
--- a/
tests/lib/WebServer.cc
+++ b/
tests/lib/WebServer.cc
@@
-26,8
+26,8
@@
#include <atomic>
#include <mutex>
#include <condition_variable>
-#include <f
astcgi/f
cgiapp.h>
-#include <f
astcgi/f
cgio.h>
+#include <fcgiapp.h>
+#include <fcgio.h>
#include <iostream>
#include <fstream>