i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 12e3a846b8db151fe33772db2675e751c35b5237
parent 14af07f5dcbb22533e5bd1898ae04d9ac9d25283
Author: Chris Guillott <chris@techfo.xyz>
Date:   Tue, 30 May 2017 18:34:02 -0400

fix compile warning

Diffstat:
Munlock_indicator.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/unlock_indicator.h b/unlock_indicator.h
@@ -1,6 +1,8 @@
 #ifndef _UNLOCK_INDICATOR_H
 #define _UNLOCK_INDICATOR_H
 
+#include <ev.h>
+
 typedef enum {
     STATE_STARTED = 0,         /* default state */
     STATE_KEY_PRESSED = 1,     /* key was pressed, show unlock indicator */