From 7117db776bed5f57ef979c666c9885425499a2bb Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 12 Jan 2015 23:53:53 +0100 Subject: [PATCH] (iOS) Build fix --- apple/iOS/menu.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/iOS/menu.m b/apple/iOS/menu.m index 8e718757a7..3725cf2905 100644 --- a/apple/iOS/menu.m +++ b/apple/iOS/menu.m @@ -24,7 +24,7 @@ #include "../../menu/menu.h" #include "../../menu/menu_entries.h" -#include "../../menu/disp/shared.h" +#include "../../menu/drivers_display/shared.h" /*********************************************/ /* RunActionSheet */