Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix missing header for sleep() - spoon - dwm status utility (2f30 fork)
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit 23b147fa10024fcbc9a0353c027f0f8daa07b9ba
parent 9d41c2ba7dc542482bfb73f03c5e294e7ce1f947
Author: Quentin Rameau <[email protected]>
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(-)
---
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>
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.