mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
21 lines
466 B
Diff
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"
|