Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFelicia Lim <flim@google.com>2017-07-13 20:33:57 +0300
committerFelicia Lim <flim@google.com>2017-07-13 20:34:08 +0300
commita1b050baee187e9b31a32877712f5faf5a4a925c (patch)
tree79f3210ec282e494d55a767d86cbef76a7f48cae /tests
parented08a3b0ba736d007c1a87b9c5c077b01170e7be (diff)
Add missing #include for gcc
Diffstat (limited to 'tests')
-rw-r--r--tests/opus_decode_fuzzer.c1
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"