tfix missing header for sleep() - spoon - dwm status utility (2f30 fork)
 (HTM) git clone git://src.adamsgaard.dk/spoon
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 23b147fa10024fcbc9a0353c027f0f8daa07b9ba
 (DIR) parent 9d41c2ba7dc542482bfb73f03c5e294e7ce1f947
 (HTM) Author: Quentin Rameau <quinq@fifth.space>
       Date:   Thu, 13 Oct 2016 13:18:05 +0200
       
       fix missing header for sleep()
       
       Diffstat:
         M spoon.c                             |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/spoon.c b/spoon.c
       t@@ -2,6 +2,7 @@
        #include <err.h>
        #include <stddef.h>
        #include <stdio.h>
       +#include <unistd.h>
        
        #include <X11/Xlib.h>