bdf2sfd

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

commit 3b4a1871eab898b4dd8304ebcaf5d06997c5320a
parent 9d27d8d9174bdd3fea4e10dcc541ec19f26af644
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 25 May 2020 16:11:39 +0200

Add missing <stdio.h> include.

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

diff --git a/src/header.h b/src/header.h @@ -14,6 +14,7 @@ #define HEADER_H #include <inttypes.h> +#include <stdio.h> struct fontinfo { char *name;