tFix includes for sleep(3) - spoon - dwm status utility (2f30 fork)
(HTM) git clone git://src.adamsgaard.dk/spoon
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit a7749ea8f6e8768be2eb7fcf04fdc4f96a17dda0
(DIR) parent 793cd2be5340708d5620f5cd0f437140add49488
(HTM) Author: lostd <lostd@2f30.org>
Date: Sat, 24 Sep 2016 21:30:13 +0200
Fix includes for sleep(3)
Diffstat:
M spoon.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/spoon.c b/spoon.c
t@@ -6,6 +6,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#include <unistd.h>
#include <X11/XKBlib.h>
#include <X11/extensions/XKBrules.h>