| Index: silk/control_codec.c
 | 
| diff --git a/silk/control_codec.c b/silk/control_codec.c
 | 
| index 56ce14c7f9c9ff6a0196724c41b0b510d3009901..1f674bddb6484d451a093767cb39ff7995ba5500 100644
 | 
| --- a/silk/control_codec.c
 | 
| +++ b/silk/control_codec.c
 | 
| @@ -55,7 +55,7 @@ static opus_int silk_setup_complexity(
 | 
|      opus_int                        Complexity          /* I                        */
 | 
|  );
 | 
|  
 | 
| -static inline opus_int silk_setup_LBRR(
 | 
| +static OPUS_INLINE opus_int silk_setup_LBRR(
 | 
|      silk_encoder_state              *psEncC,            /* I/O                      */
 | 
|      const opus_int32                TargetRate_bps      /* I                        */
 | 
|  );
 | 
| @@ -392,7 +392,7 @@ static opus_int silk_setup_complexity(
 | 
|      return ret;
 | 
|  }
 | 
|  
 | 
| -static inline opus_int silk_setup_LBRR(
 | 
| +static OPUS_INLINE opus_int silk_setup_LBRR(
 | 
|      silk_encoder_state          *psEncC,            /* I/O                      */
 | 
|      const opus_int32            TargetRate_bps      /* I                        */
 | 
|  )
 | 
| 
 |