~kris/suckless

tabbed

66ef5f33e9987b70e2457c4a459f7ed84184604b — Hiltjo Posthuma 3 years ago fdf5fc7
include X11/keysym.h: improve compatibility with older systems

This matches dwm too.

This makes it compile cleanly on a tested Slackware 11 system.
1 files changed, 1 insertions(+), 0 deletions(-)

M tabbed.c
M tabbed.c => tabbed.c +1 -0
@@ 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>