aboutsummaryrefslogtreecommitdiff
path: root/lumina-wm-INCOMPLETE/LLockScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-wm-INCOMPLETE/LLockScreen.cpp')
-rw-r--r--lumina-wm-INCOMPLETE/LLockScreen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lumina-wm-INCOMPLETE/LLockScreen.cpp b/lumina-wm-INCOMPLETE/LLockScreen.cpp
index de95aac8..4cc6d68b 100644
--- a/lumina-wm-INCOMPLETE/LLockScreen.cpp
+++ b/lumina-wm-INCOMPLETE/LLockScreen.cpp
@@ -7,6 +7,8 @@
#include "LLockScreen.h"
#include "ui_LLockScreen.h"
+#include <unistd.h>
+
#define NUMTRIES 3
#define WAITMINS 1
#define DEBUG 1
bgstack15