From: Mike Gabriel Date: Sun, 15 Sep 2024 08:59:58 +0000 (+0200) Subject: Include fcgi headers from fastcgi/ subfolder. X-Git-Tag: archive/raspbian/17.35.11-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8256ee3b68b35a69a653f71eff8ef81234ffb1e2;p=libzypp.git Include fcgi headers from fastcgi/ subfolder. fcgi include files location differs between distributions, so this is a Debian specific change Gbp-Pq: Name 2000_fix-fastcgi-includes.patch --- diff --git a/tests/lib/WebServer.cc b/tests/lib/WebServer.cc index 9fed168..f919640 100644 --- a/tests/lib/WebServer.cc +++ b/tests/lib/WebServer.cc @@ -26,8 +26,8 @@ #include #include #include -#include -#include +#include +#include #include #include