From a1b050baee187e9b31a32877712f5faf5a4a925c Mon Sep 17 00:00:00 2001
From: Felicia Lim <flim@google.com>
Date: Thu, 13 Jul 2017 10:33:57 -0700
Subject: [PATCH] Add missing #include for gcc

---
 tests/opus_decode_fuzzer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/opus_decode_fuzzer.c b/tests/opus_decode_fuzzer.c
index 4b4a3f37f..90026221c 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"
-- 
GitLab