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
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-16 01:07:08 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-07-16 02:35:51 +0300
commit72dd858eef80ea3077599ab9603090cf66f05b5b (patch)
tree37354ee1f7ee5d64c25f1ac8774759e7175084fb
parent722182d2d0101d3c45aee2d6dad077192fb570a4 (diff)
Include config.h in mlp.cexp_lbr_tune13
-rw-r--r--src/mlp_data.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mlp_data.c b/src/mlp_data.c
index 9d1fc939..3222bece 100644
--- a/src/mlp_data.c
+++ b/src/mlp_data.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "mlp.h"
/* RMS error was 0.230027, seed was 1452289367 */