diff options
-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, |
index : libfonts | ||
Library for font listing, searching, and configurations | Mattias Andrée <m@maandree.se> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | libfonts.h | 2 |
@@ -2,6 +2,8 @@ #ifndef LIBFONTS_H #define LIBFONTS_H +#include <stdint.h> + enum libfonts_antialiasing { LIBFONTS_ANTIALIASING_NONE, |