aports/community/mapplauncherd/gcc14.patch
2024-09-08 04:35:19 -07:00

21 lines
466 B
Diff

--- mapplauncherd-4.2.13.orig/src/common/report.c
+++ mapplauncherd-4.2.13/src/common/report.c
@@ -26,6 +26,7 @@
#include <ctype.h>
#include <errno.h>
#include <limits.h>
+#include <libgen.h>
#include "report.h"
--- mapplauncherd-4.2.13.orig/src/invoker/invoker.c
+++ mapplauncherd-4.2.13/src/invoker/invoker.c
@@ -43,6 +43,7 @@
#include <time.h>
#include <poll.h>
#include <dbus/dbus.h>
+#include <libgen.h>
#include "report.h"
#include "protocol.h"