fix compiler error, missed action.h

Change-Id: Idc6d59835d1fd20cb4828543547b6d8b6f74053b
This commit is contained in:
Jonathan Gordon 2012-01-15 00:56:56 +11:00
parent 85a3f3f6b0
commit c2f0ba7ecd

View file

@ -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"