diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2012-01-15 00:56:56 +1100 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2012-01-15 00:56:56 +1100 |
| commit | c2f0ba7ecd81f89c534773ee371720321b341e80 (patch) | |
| tree | 2b4930a28a4d086bf33f2ca75f2ab114f59ad042 | |
| parent | 85a3f3f6b0c4f6a38ca67f6b0bf8c86c5fb75ee3 (diff) | |
| download | rockbox-c2f0ba7ecd81f89c534773ee371720321b341e80.zip rockbox-c2f0ba7ecd81f89c534773ee371720321b341e80.tar.gz rockbox-c2f0ba7ecd81f89c534773ee371720321b341e80.tar.bz2 rockbox-c2f0ba7ecd81f89c534773ee371720321b341e80.tar.xz | |
fix compiler error, missed action.h
Change-Id: Idc6d59835d1fd20cb4828543547b6d8b6f74053b
| -rw-r--r-- | apps/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c index 52e891e..381512c 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" |