bdf2sfd

BDF to SFD converter, allowing to vectorize bitmap fonts
Log | Files | Refs | README | LICENSE

commit c0bc227b30aaf827882f9a1451bf88c81759c195
parent be557b4f011b90c1154a5e12ed2fea916e7da6e8
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 23 Dec 2019 16:09:58 +0100

Add missing include on "header.h".

Diffstat:
Msrc/bdftosfd.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/bdftosfd.c b/src/bdftosfd.c @@ -29,6 +29,7 @@ #include "compat.h" #include "config.h" +#include "header.h" struct timespec begin, end, elapsed;