URI:
       tMerge branch 'master' of lumidify.org:/var/git/ltk into master - ltk - Socket-based GUI for X11 (WIP)
  HTML git clone git://lumidify.org/ltk.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/git/ltk.git (encrypted, but very slow)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 6b197acfae171f5db4ef485cf5fc503287c52752
   DIR parent 50e3df1c749c8140ee3fa9be926e6591e329c6b9
  HTML Author: lumidify <nobody@lumidify.org>
       Date:   Sat, 30 Jan 2021 18:01:27 +0100
       
       Merge branch 'master' of lumidify.org:/var/git/ltk into master
       
       Diffstat:
         M box.c                               |       1 +
         M draw.c                              |       1 +
         M grid.c                              |       1 +
         M ltkd.c                              |       1 +
       
       4 files changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/box.c b/box.c
       t@@ -24,6 +24,7 @@
        #include <stdio.h>
        #include <stdlib.h>
        #include <stdarg.h>
       +#include <stdint.h>
        
        #include <X11/Xlib.h>
        #include <X11/Xutil.h>
   DIR diff --git a/draw.c b/draw.c
       t@@ -25,6 +25,7 @@
        #include <stdlib.h>
        #include <string.h>
        #include <stdarg.h>
       +#include <stdint.h>
        
        #include <X11/Xlib.h>
        #include <X11/Xutil.h>
   DIR diff --git a/grid.c b/grid.c
       t@@ -31,6 +31,7 @@
        #include <stdio.h>
        #include <stdlib.h>
        #include <stdarg.h>
       +#include <stdint.h>
        
        #include <X11/Xlib.h>
        #include <X11/Xutil.h>
   DIR diff --git a/ltkd.c b/ltkd.c
       t@@ -34,6 +34,7 @@
        #include <stdarg.h>
        #include <unistd.h>
        #include <signal.h>
       +#include <stdint.h>
        
        #include <sys/un.h>
        #include <sys/stat.h>