commit 07526f10ade95cee9c36420068c49d27b2e9f096
parent c8fe7cade54ccca2cdf022f84f348b2add298485
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 26 Oct 2018 18:54:06 +0200
Fix build on Linux, sigh
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/drawchar.c b/src/drawchar.c
@@ -9,8 +9,9 @@
// See the LICENSE file for details.
//
-#include "drawchar.h"
+#include <inttypes.h>
#include <gd.h>
+#include "drawchar.h"
// shared method for drawing characters
void drawchar(gdImagePtr im, const unsigned char *font_data, uint32_t bits,