(menu_settings.c) Fix config.def.h include

This commit is contained in:
twinaphex 2013-11-11 12:59:16 +01:00
parent 82f548a969
commit 672594d7d3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include "menu_common.h"
#include "../../gfx/gfx_common.h"
#include "../../input/input_common.h"
#include "config.def.h"
#include "../../config.def.h"
#ifdef HAVE_CONFIG_H
#include "../../config.h"