| Index: silk/LP_variable_cutoff.c
 | 
| diff --git a/silk/LP_variable_cutoff.c b/silk/LP_variable_cutoff.c
 | 
| index c1ac23e9945df81179ff662673aa2a420428e044..f639e1f899a9c23e7e542055287c93e99f3b8774 100644
 | 
| --- a/silk/LP_variable_cutoff.c
 | 
| +++ b/silk/LP_variable_cutoff.c
 | 
| @@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
 | 
|  #include "main.h"
 | 
|  
 | 
|  /* Helper function, interpolates the filter taps */
 | 
| -static inline void silk_LP_interpolate_filter_taps(
 | 
| +static OPUS_INLINE void silk_LP_interpolate_filter_taps(
 | 
|      opus_int32           B_Q28[ TRANSITION_NB ],
 | 
|      opus_int32           A_Q28[ TRANSITION_NA ],
 | 
|      const opus_int       ind,
 | 
| 
 |