Add some header includes

This commit is contained in:
twinaphex 2015-06-17 19:48:55 +02:00
parent 87563b3e09
commit 59bec5b2d8
3 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <limits.h>
#include <compat/posix_string.h>
#include <string/string_list.h>
#include "../menu_driver.h"
#include "../menu_entry.h"

View File

@ -25,6 +25,7 @@
#include <xuiapp.h>
#include <file/file_path.h>
#include <string/string_list.h>
#include "../menu_driver.h"
#include "../menu.h"

View File

@ -23,6 +23,7 @@
#include <file/file_path.h>
#include <compat/posix_string.h>
#include <string/stdstring.h>
#include <string/string_list.h>
#include <rhash.h>
#include "../menu.h"