Add IS_SALAMANDER ifdef

This commit is contained in:
twinaphex 2014-10-21 18:01:58 +02:00
parent fcff7bffee
commit 9e6e01e714

View File

@ -43,7 +43,7 @@
#endif
#include <compat/msvc.h>
#ifdef RARCH_INTERNAL
#if defined(RARCH_INTERNAL) || defined(IS_SALAMANDER)
/* TODO/FIXME - dirty hack */
#include "../../retroarch_logger.h"
#endif