shithub: opus

Download patch

ref: a1b050baee187e9b31a32877712f5faf5a4a925c
parent: ed08a3b0ba736d007c1a87b9c5c077b01170e7be
author: Felicia Lim <flim@google.com>
date: Thu Jul 13 06:33:57 EDT 2017

Add missing #include for gcc

--- 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"