commit a7749ea8f6e8768be2eb7fcf04fdc4f96a17dda0 parent 793cd2be5340708d5620f5cd0f437140add49488 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(-)
diff --git a/spoon.c b/spoon.c @@ -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>