diff options
| author | Mattias Andrée <m@maandree.se> | 2025-11-24 23:01:30 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-11-24 23:01:30 +0100 |
| commit | 933882d50eef777f9657e087b65e2556e534b469 (patch) | |
| tree | 4a573df9c724719040ef79e0dbcd0f6b9a2e3b63 /common.h | |
| parent | First commit (diff) | |
| download | libquanta-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
