projects
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8102a40
)
Include fcgi headers from fastcgi/ subfolder.
author
Mike Gabriel
<mike.gabriel@das-netzwerkteam.de>
Sat, 25 Feb 2023 20:30:40 +0000
(22:30 +0200)
committer
Adrian Bunk
<bunk@debian.org>
Sat, 25 Feb 2023 20:30:40 +0000
(22:30 +0200)
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>