projects
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cff64d
)
Include fcgi headers from fastcgi/ subfolder.
author
Mike Gabriel
<mike.gabriel@das-netzwerkteam.de>
Tue, 23 Feb 2021 11:08:04 +0000
(12:08 +0100)
committer
Mike Gabriel
<sunweaver@debian.org>
Tue, 23 Feb 2021 11:08:04 +0000
(12:08 +0100)
Gbp-Pq: Name 1004_fix-fastcgi-includes.patch
tests/lib/WebServer.cc
patch
|
blob
|
history
diff --git
a/tests/lib/WebServer.cc
b/tests/lib/WebServer.cc
index 55ba4a87b5c06e8b3f223a8b0ec4cf49525e7974..472e2aa2292af7456988654476383d479a465d92 100644
(file)
--- a/
tests/lib/WebServer.cc
+++ b/
tests/lib/WebServer.cc
@@
-24,8
+24,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>