diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-08 15:44:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-08 15:44:39 +0100 |
commit | 6a519db71998fbb8d2ea4fdd749494d77bf2e98f (patch) | |
tree | 2817d313ba721b245f88598aab0a824e5c0e8f56 /common.h | |
parent | m (diff) | |
download | libfonts-6a519db71998fbb8d2ea4fdd749494d77bf2e98f.tar.gz libfonts-6a519db71998fbb8d2ea4fdd749494d77bf2e98f.tar.bz2 libfonts-6a519db71998fbb8d2ea4fdd749494d77bf2e98f.tar.xz |
Improve libfonts_get_default_font_name and draft implementation of libfonts_get_default_font
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ #include <ctype.h> #include <errno.h> #include <inttypes.h> +#include <limits.h> +#include <pwd.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> |