summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-06 03:51:27 +0200
committerMattias Andrée <maandree@kth.se>2021-04-06 03:51:27 +0200
commitd7847b091c7c3e53ef0eb59dd9f178dd66788ffb (patch)
tree28039d493c2e96457e2455a53ae1d0dacb67fd9c /common.h
parentAdd (default) ability to build multicall binary (diff)
downloadpdatools-d7847b091c7c3e53ef0eb59dd9f178dd66788ffb.tar.gz
pdatools-d7847b091c7c3e53ef0eb59dd9f178dd66788ffb.tar.bz2
pdatools-d7847b091c7c3e53ef0eb59dd9f178dd66788ffb.tar.xz
Use object files for large 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 627fcc2..153940e 100644
--- a/common.h
+++ b/common.h
@@ -10,3 +10,5 @@
#include <sys/timerfd.h>
#include <sys/timex.h>
#include <termios.h>
+
+#include "large.h"