diff options
author | Felicia Lim <flim@google.com> | 2017-07-13 10:33:57 -0700 |
---|---|---|
committer | Felicia Lim <flim@google.com> | 2017-07-13 10:34:08 -0700 |
commit | a1b050baee187e9b31a32877712f5faf5a4a925c (patch) | |
tree | 79f3210ec282e494d55a767d86cbef76a7f48cae /tests | |
parent | ed08a3b0ba736d007c1a87b9c5c077b01170e7be (diff) | |
download | opus-a1b050baee187e9b31a32877712f5faf5a4a925c.tar.gz |
Add missing #include for gcc
Diffstat (limited to 'tests')
-rw-r--r-- | tests/opus_decode_fuzzer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/opus_decode_fuzzer.c b/tests/opus_decode_fuzzer.c index 4b4a3f37..90026221 100644 --- a/tests/opus_decode_fuzzer.c +++ b/tests/opus_decode_fuzzer.c @@ -28,6 +28,7 @@ #include "config.h" #endif +#include <stdint.h> #include <stdlib.h> #include <string.h> #include "opus.h" |