Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/mlp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlp.c')
-rw-r--r--src/mlp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mlp.c b/src/mlp.c
index f5f34812..32380fd6 100644
--- a/src/mlp.c
+++ b/src/mlp.c
@@ -25,6 +25,9 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <math.h>
#include "mlp.h"