From: Mike Gabriel Date: Thu, 5 Sep 2024 21:27:32 +0000 (+0000) Subject: Include fcgi headers from fastcgi/ subfolder. X-Git-Tag: archive/raspbian/17.35.10-1+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2c5ac4ed4e5c2f8aad17739154b3514c25a98b28;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