Add HAVE_CONFIG_H ifdefs

This commit is contained in:
twinaphex 2016-09-06 23:53:44 +02:00
parent 8320466824
commit 5222407408
2 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,10 @@
#include <rhash.h>
#include <libretro.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "cheevos.h"
#include "command.h"
#include "dynamic.h"

View File

@ -26,6 +26,10 @@
#include <lists/string_list.h>
#include <libretro.h>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "configuration.h"
#include "dynamic.h"
#include "core.h"