commit b3505eeaa125b8054c85a205a4374470ec407b1b parent bcdd83385f21e2935fe22778b09d0be93e03bc99 Author: Frederic Cambus <fred@statdns.com> Date: Thu, 10 Feb 2022 16:59:06 +0100 Add missing <stdint.h> include. Diffstat:
M | src/output.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/output.c b/src/output.c @@ -13,6 +13,7 @@ */ #include <gd.h> +#include <stdint.h> #include "ansilove.h" #include "output.h"