diff options
| author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-03-11 19:07:55 +0100 |
|---|---|---|
| committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-03-11 19:07:55 +0100 |
| commit | 66ef5f33e9987b70e2457c4a459f7ed84184604b (patch) | |
| tree | 9410ac67de69a92f3388d818017fc04e87ba8c19 | |
| parent | fdf5fc7305e86bee82c1d7466d0d74936c135b07 (diff) | |
include X11/keysym.h: improve compatibility with older systems
This matches dwm too.
This makes it compile cleanly on a tested Slackware 11 system.
| -rw-r--r-- | tabbed.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
