7c8134c8f515dc1a69bf6544e60ac11e5f38679e
2 * Workaround aix-specific class() function clashing with libav class usage
5 #ifndef COMPAT_AIX_MATH_H
6 #define COMPAT_AIX_MATH_H
8 #define class class_in_math_h_causes_problems
10 #include_next <math.h>
14 #endif /* COMPAT_AIX_MATH_H */