From 8438a1cbb553b50e19a075620fff84b636fcc5f2 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 20 Sep 2007 17:28:51 +0200 Subject: [PATCH] added u32 type --- betty/font2b.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/betty/font2b.c b/betty/font2b.c index d155855..5ce243a 100644 --- a/betty/font2b.c +++ b/betty/font2b.c @@ -21,6 +21,8 @@ #include #include +typedef unsigned int u32; + // put your font data here! #include "/usr/src/linux/drivers/video/console/font_pearl_8x8.c" -- 2.20.1