aboutsummaryrefslogtreecommitdiff
path: root/include/opus_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opus_types.h')
-rw-r--r--include/opus_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opus_types.h b/include/opus_types.h
index b28e03ae..71808266 100644
--- a/include/opus_types.h
+++ b/include/opus_types.h
@@ -34,7 +34,7 @@
#define OPUS_TYPES_H
/* Use the real stdint.h if it's there (taken from Paul Hsieh's pstdint.h) */
-#if (defined(__STDC__) && __STDC__ && __STDC_VERSION__ >= 199901L) || (defined(__GNUC__) && (defined(_STDINT_H) || defined(_STDINT_H_)) || defined (HAVE_STDINT_H))
+#if (defined(__STDC__) && __STDC__ && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || (defined(__GNUC__) && (defined(_STDINT_H) || defined(_STDINT_H_)) || defined (HAVE_STDINT_H))
#include <stdint.h>
typedef int16_t opus_int16;