aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-11-24 23:01:30 +0100
committerMattias Andrée <m@maandree.se>2025-11-24 23:01:30 +0100
commit933882d50eef777f9657e087b65e2556e534b469 (patch)
tree4a573df9c724719040ef79e0dbcd0f6b9a2e3b63 /common.h
parentFirst commit (diff)
downloadlibquanta-933882d50eef777f9657e087b65e2556e534b469.tar.gz
libquanta-933882d50eef777f9657e087b65e2556e534b469.tar.bz2
libquanta-933882d50eef777f9657e087b65e2556e534b469.tar.xz
Second commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index b299fd1..3c4726e 100644
--- a/common.h
+++ b/common.h
@@ -4,6 +4,7 @@
#include <limits.h>
#include <math.h>
#include <stdlib.h>
+#include <string.h>
#define PALETTE_BASE_SIZE offsetof(struct libquanta_palette, palette)