From 618286d6ef8d93c1e4993064c9dd1a1a3045a002 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 28 Jan 2019 13:06:41 +0100 Subject: [PATCH] Fix path include --- file_path_special.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_path_special.c b/file_path_special.c index ca106bf89a..229f7e8e30 100644 --- a/file_path_special.c +++ b/file_path_special.c @@ -52,7 +52,7 @@ #include #ifdef HAVE_MENU -#include +#include "menu/menu_driver.h" #endif #ifdef HAVE_CONFIG_H