e98e074cf6
See https://github.com/qgis/QGIS/compare/final-3_38_1%5E...final-3_38_2 for commits between 3.39.1 and 3.38.2 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=399
14 lines
400 B
Diff
14 lines
400 B
Diff
Index: qgis-3.22.0/src/server/qgis_map_serv.cpp
|
|
===================================================================
|
|
--- qgis-3.22.0.orig/src/server/qgis_map_serv.cpp
|
|
+++ qgis-3.22.0/src/server/qgis_map_serv.cpp
|
|
@@ -24,7 +24,7 @@
|
|
#include "qgsapplication.h"
|
|
#include "qgscommandlineutils.h"
|
|
|
|
-#include <fcgi_stdio.h>
|
|
+#include <fastcgi/fcgi_stdio.h>
|
|
#include <cstdlib>
|
|
|
|
#include <QFontDatabase>
|