From efaa83d66c5a1d8b1d9db6f3953d358c36a9f3ae Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Sat, 17 Sep 2011 22:32:07 +0000 Subject: [PATCH] Make font module dependency explicit --- utils/tinygl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/tinygl.c b/utils/tinygl.c index fd2768d..fab7f87 100644 --- a/utils/tinygl.c +++ b/utils/tinygl.c @@ -7,6 +7,8 @@ #include "system.h" #include "tinygl.h" #include "display.h" +#include "font.h" + enum {TINYGL_SPEED_DEFAULT = 20};