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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2019-03-13 19:30:45 +0300
committerTristan Matthews <tmatth@videolan.org>2019-03-13 19:30:45 +0300
commitb54005ca97c510114b4220d1506a961ced3a82b0 (patch)
tree4724cb6bdb62deba82924a72046f6c17dd4886ab
parent7e733a9f65014a062be31150bdf55041808838c4 (diff)
oss-fuzz: include <limits.h>speexdec-fuzz-target
-rw-r--r--contrib/oss-fuzz/speexdec_fuzzer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/oss-fuzz/speexdec_fuzzer.cc b/contrib/oss-fuzz/speexdec_fuzzer.cc
index f90153a..a9e2ebe 100644
--- a/contrib/oss-fuzz/speexdec_fuzzer.cc
+++ b/contrib/oss-fuzz/speexdec_fuzzer.cc
@@ -40,6 +40,7 @@
#include <ogg/ogg.h>
+#include <limits.h>
#include <math.h>
#include <string.h>