From 72c0946c996fd5dc257d158558bebfc7272acbda Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 11 Apr 2019 13:36:04 -0400 Subject: Include stdint.h in gbagfx/huff.c --- tools/gbagfx/huff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/gbagfx/huff.c b/tools/gbagfx/huff.c index 5d55be970..143ed79be 100644 --- a/tools/gbagfx/huff.c +++ b/tools/gbagfx/huff.c @@ -2,6 +2,7 @@ #include #include #include +#include #include "global.h" #include "huff.h" -- cgit v1.2.3