From 3b60e81d794733e7af54ea1557f0879ec50286bd Mon Sep 17 00:00:00 2001 From: Joshua Bowman Date: Tue, 23 Oct 2012 12:18:38 -0700 Subject: Fix the MSVC build. Updates the project files to include the new encoder source files. Use OPUS_RESTRICT and include config.h to set the proper defines for build under MSVC. --- src/mlp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mlp.c') 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 #include "mlp.h" -- cgit v1.2.3