Ifdef with RARCH_INTERNAL

This commit is contained in:
twinaphex 2016-03-03 18:18:41 +01:00
parent d15eb9a570
commit 242b511387
1 changed files with 2 additions and 0 deletions

View File

@ -5,9 +5,11 @@
#include <assert.h>
#include <stdarg.h>
#ifdef RARCH_INTERNAL
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#endif
#ifdef __cplusplus
extern "C" {