ports/x11/dunst/patches/patch-src_x11_x_c

14 lines
259 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/x11/x.c
--- src/x11/x.c.orig
+++ src/x11/x.c
@@ -19,7 +19,9 @@
#include <X11/Xlib.h>
#include <X11/Xresource.h>
#include <X11/Xutil.h>
+#ifdef __linux__
#include <linux/input-event-codes.h>
+#endif
#include "../dbus.h"
#include "../draw.h"