spoon

set dwm status
git clone git://git.2f30.org/spoon
Log | Files | Refs | LICENSE

commit 23b147fa10024fcbc9a0353c027f0f8daa07b9ba
parent 9d41c2ba7dc542482bfb73f03c5e294e7ce1f947
Author: Quentin Rameau <quinq@fifth.space>
Date:   Thu, 13 Oct 2016 13:18:05 +0200

fix missing header for sleep()

Diffstat:
Mspoon.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/spoon.c b/spoon.c @@ -2,6 +2,7 @@ #include <err.h> #include <stddef.h> #include <stdio.h> +#include <unistd.h> #include <X11/Xlib.h>