forked from pool/uwsgi
incompatibility problem to enable build with GCC 14. If the request is OK, please forward it to Factory soon too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=129
10 lines
276 B
Diff
10 lines
276 B
Diff
--- a/plugins/systemd_logger/systemd_logger.c
|
|
+++ b/plugins/systemd_logger/systemd_logger.c
|
|
@@ -1,5 +1,6 @@
|
|
#include "../../uwsgi.h"
|
|
|
|
+#include <syslog.h>
|
|
#include <systemd/sd-journal.h>
|
|
|
|
ssize_t uwsgi_systemd_logger(struct uwsgi_logger *ul, char *message, size_t len) {
|