tFix compilation on linux - 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 ad0cb56260b44997474ce30b98f0d96013b84073
DIR parent f2c76a1f2598c0004315b637d70c8c9671457172
HTML Author: lumidify <nobody@lumidify.org>
Date: Sat, 20 Feb 2021 18:02:27 +0100
Fix compilation on linux
Diffstat:
M memory.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/memory.c b/memory.c
t@@ -27,6 +27,7 @@
#include <X11/Xutil.h>
#include <stdarg.h>
#include <string.h>
+#include <stdint.h>
#include "color.h"
#include "ltk.h"