tFix includes - 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 a355c9b3132c49aff7f0ebfcc889eff74b287675
DIR parent c162f582d06070c36e81117f1ab54ee91d7b2480
HTML Author: lumidify <nobody@lumidify.org>
Date: Mon, 25 Jan 2021 21:11:42 +0100
Fix includes
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>