Prevent implicit declaration warning

This commit is contained in:
Twinaphex 2015-05-05 18:49:14 +02:00
parent bd4267dc59
commit 617e232850

View file

@ -13,8 +13,9 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <file/file_path.h>
#include "file_ext.h"
#include <file/dir_list.h>
#include "../file_ext.h"
#include "../file_ops.h"
#include "../menu/menu_driver.h"