From ca5db6d5b7f6b18db2e673961201516b136ef95e Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 28 Apr 2013 15:25:22 +0200 Subject: [PATCH] Include config.h correctly. --- frontend/menu/menu_common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/menu/menu_common.h b/frontend/menu/menu_common.h index ccb511fea5..29b62e3271 100644 --- a/frontend/menu/menu_common.h +++ b/frontend/menu/menu_common.h @@ -17,6 +17,10 @@ #ifndef MENU_COMMON_H__ #define MENU_COMMON_H__ +#ifdef HAVE_CONFIG_H +#include "../../config.h" +#endif + #ifdef HAVE_RGUI #define MENU_TEXTURE_FULLSCREEN false #else