Build fix - retroarch_logger.h

This commit is contained in:
twinaphex 2013-11-26 12:13:02 +01:00
parent 3c2d6ddbcd
commit ab735cb307
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#define LOG_FILE (stderr)
#endif
#if defined(RARCH_CONSOLE) && (defined(HAVE_LOGGER)
#if defined(RARCH_CONSOLE) && defined(HAVE_LOGGER)
#include <logger_override.h>
#elif defined(IOS)
#include "logger/ios_logger_override.h"