include X11/keysym.h: improve compatibility with older systems - tabbed - tab interface for application supporting Xembed
 (HTM) git clone git://git.suckless.org/tabbed
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 66ef5f33e9987b70e2457c4a459f7ed84184604b
 (DIR) parent fdf5fc7305e86bee82c1d7466d0d74936c135b07
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) 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>