aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-11-10 00:05:22 +0100
committerMattias Andrée <maandree@kth.se>2021-11-10 00:05:22 +0100
commit1be8fa046fb2c663f491c344600bef060c52f31b (patch)
tree6ccce66ecc98eced7b4a64b26628953b1064df9a
parentFirst commit (diff)
downloadlibfonts-1be8fa046fb2c663f491c344600bef060c52f31b.tar.gz
libfonts-1be8fa046fb2c663f491c344600bef060c52f31b.tar.bz2
libfonts-1be8fa046fb2c663f491c344600bef060c52f31b.tar.xz
Add missing include directive
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--libfonts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libfonts.h b/libfonts.h
index c4cb229..211e391 100644
--- a/libfonts.h
+++ b/libfonts.h
@@ -2,6 +2,8 @@
#ifndef LIBFONTS_H
#define LIBFONTS_H
+#include <stdint.h>
+
enum libfonts_antialiasing {
LIBFONTS_ANTIALIASING_NONE,