[hackers] [tabbed] include X11/keysym.h: improve compatibility with older systems || Hiltjo Posthuma
commit 66ef5f33e9987b70e2457c4a459f7ed84184604b
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Sat Mar 11 19:07:55 2023 +0100
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Sat Mar 11 19:07:55 2023 +0100
include X11/keysym.h: improve compatibility with older systems
This matches dwm too.
This makes it compile cleanly on a tested Slackware 11 system.
diff --git a/tabbed.c b/tabbed.c
index 477a041..1b61d93 100644
--- a/tabbed.c
+++ b/tabbed.c
_AT_@ -11,6 +11,7 @@
#include <string.h>
#include <unistd.h>
#include <X11/Xatom.h>
+#include <X11/keysym.h>
#include <X11/Xlib.h>
#include <X11/Xproto.h>
#include <X11/Xutil.h>
Received on Sat Mar 11 2023 - 19:08:40 CET
This archive was generated by hypermail 2.3.0
: Sat Mar 11 2023 - 19:12:37 CET