mix: Need unistd.h for close(2) - spoon - set dwm status | |
git clone git://git.codemadness.org/spoon | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 182f011235b50784ab28e948e36a0c126e1c9985 | |
parent d64572401539dbbb41303cef5a8b18a396008b0b | |
Author: sin <[email protected]> | |
Date: Mon, 29 May 2017 18:43:24 +0100 | |
mix: Need unistd.h for close(2) | |
Diffstat: | |
M mix.c | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/mix.c b/mix.c | |
@@ -9,6 +9,7 @@ | |
#include <fcntl.h> | |
#include <string.h> | |
+#include <unistd.h> | |
int | |
mixread(void *arg, char *buf, size_t len) |