tmix: Need unistd.h for close(2) - spoon - dwm status utility (2f30 fork)
HTML git clone git://src.adamsgaard.dk/spoon
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 182f011235b50784ab28e948e36a0c126e1c9985
DIR parent d64572401539dbbb41303cef5a8b18a396008b0b
HTML Author: sin <sin@2f30.org>
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(-)
---
DIR diff --git a/mix.c b/mix.c
t@@ -9,6 +9,7 @@
#include <fcntl.h>
#include <string.h>
+#include <unistd.h>
int
mixread(void *arg, char *buf, size_t len)