aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-08 15:44:39 +0100
committerMattias Andrée <maandree@kth.se>2023-01-08 15:44:39 +0100
commit6a519db71998fbb8d2ea4fdd749494d77bf2e98f (patch)
tree2817d313ba721b245f88598aab0a824e5c0e8f56 /common.h
parentm (diff)
downloadlibfonts-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 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index a940151..4937a76 100644
--- a/common.h
+++ b/common.h
@@ -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>