From 12e3a846b8db151fe33772db2675e751c35b5237 Mon Sep 17 00:00:00 2001 From: Chris Guillott Date: Tue, 30 May 2017 18:34:02 -0400 Subject: [PATCH] fix compile warning --- unlock_indicator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unlock_indicator.h b/unlock_indicator.h index f8eccee..ec6fc23 100644 --- a/unlock_indicator.h +++ b/unlock_indicator.h @@ -1,6 +1,8 @@ #ifndef _UNLOCK_INDICATOR_H #define _UNLOCK_INDICATOR_H +#include + typedef enum { STATE_STARTED = 0, /* default state */ STATE_KEY_PRESSED = 1, /* key was pressed, show unlock indicator */