include <X11/keysym.h> for compatibility with libtinyx11 - thinglaunch - A simple command and password promtper for X11.
 (HTM) git clone git://bitreich.org/thinglaunch
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit 4e3211426e2b708b932040e32befb60aa40f04d9
 (DIR) parent d2b718ab6c586f855e56041dced3c2472db5c8ea
 (HTM) Author: Josuah Demangeon <mail@josuah.net>
       Date:   Sun,  9 Dec 2018 09:46:37 +0100
       
       include <X11/keysym.h> for compatibility with libtinyx11
       
       https://github.com/idunham/tinyxlib
       
       The issue was undefined XK_* symbols.
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         M thinglaunch.c                       |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/thinglaunch.c b/thinglaunch.c
       @@ -6,6 +6,7 @@
         * Matt Johnston <matt@ucc.asn.au>. See LICENSE.orig for his messages.
         */
        #include <unistd.h>
       +#include <X11/keysym.h>
        #include <X11/Xlib.h>
        #include <X11/Xatom.h>
        #include <X11/Xutil.h>