diff options
author | Mattias Andrée <maandree@kth.se> | 2021-11-10 00:05:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-11-10 00:05:22 +0100 |
commit | 1be8fa046fb2c663f491c344600bef060c52f31b (patch) | |
tree | 6ccce66ecc98eced7b4a64b26628953b1064df9a | |
parent | First commit (diff) | |
download | libfonts-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ #ifndef LIBFONTS_H #define LIBFONTS_H +#include <stdint.h> + enum libfonts_antialiasing { LIBFONTS_ANTIALIASING_NONE, |