FS-8779: fix the include for Windows builds that point to in tree lib

This commit is contained in:
Michael Jerris 2016-04-04 14:41:13 -04:00
parent 94fd5db497
commit 2ae2af2020
1 changed files with 4 additions and 0 deletions

View File

@ -35,7 +35,11 @@
#include <switch.h>
#include "mpg123.h"
#include <shout/shout.h>
#ifdef WIN32
#include <lame.h>
#else
#include <lame/lame.h>
#endif
#include <switch_curl.h>
#define OUTSCALE 8192 * 2