diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-11 13:36:04 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-11 13:36:04 -0400 |
commit | 72c0946c996fd5dc257d158558bebfc7272acbda (patch) | |
tree | 01c9e5cb3268f989858424ccecc4809fc82c9a01 | |
parent | 4af7c79db96d56c0e970c0790e164ec771163864 (diff) |
Include stdint.h in gbagfx/huff.c
-rw-r--r-- | tools/gbagfx/huff.c | 1 |
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" |