include X11/keysym.h: improve compatibility with older systems - tabbed - tab i… | |
git clone git://git.suckless.org/tabbed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 66ef5f33e9987b70e2457c4a459f7ed84184604b | |
parent fdf5fc7305e86bee82c1d7466d0d74936c135b07 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 11 Mar 2023 19:07:55 +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. | |
Diffstat: | |
M tabbed.c | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/tabbed.c b/tabbed.c | |
@@ -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> |