From c2f0ba7ecd81f89c534773ee371720321b341e80 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 15 Jan 2012 00:56:56 +1100 Subject: [PATCH] fix compiler error, missed action.h Change-Id: Idc6d59835d1fd20cb4828543547b6d8b6f74053b --- apps/misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/misc.c b/apps/misc.c index 52e891e0c2..381512ca56 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -36,6 +36,7 @@ #ifdef HAVE_REMOTE_LCD #include "lcd-remote.h" #endif +#include "action.h" #include "timefuncs.h" #include "screens.h" #include "usb_screen.h" -- 2.11.4.GIT