summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/lib/setjmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/lib/setjmp.h b/apps/codecs/lib/setjmp.h
index 5a0e78561b..eed43c6f95 100644
--- a/apps/codecs/lib/setjmp.h
+++ b/apps/codecs/lib/setjmp.h
@@ -52,6 +52,8 @@ typedef _JBTYPE jmp_buf[_JBLEN];
52#else 52#else
53typedef int jmp_buf[_JBLEN]; 53typedef int jmp_buf[_JBLEN];
54#endif 54#endif
55#else
56typedef int jmp_buf;
55#endif 57#endif
56 58
57 59