summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-04-11 13:36:04 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-04-11 13:36:04 -0400
commit72c0946c996fd5dc257d158558bebfc7272acbda (patch)
tree01c9e5cb3268f989858424ccecc4809fc82c9a01
parent4af7c79db96d56c0e970c0790e164ec771163864 (diff)
Include stdint.h in gbagfx/huff.c
-rw-r--r--tools/gbagfx/huff.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include <assert.h>
#include <stdio.h>
+#include <stdint.h>
#include "global.h"
#include "huff.h"