fix missing include

This commit is contained in:
ToadKing 2013-10-04 17:05:15 -04:00
parent 9e67406c40
commit 746e5b4a4d

View File

@ -17,6 +17,8 @@
#ifndef MENU_COMMON_H__
#define MENU_COMMON_H__
#include "../../general.h"
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif