Introduction
Introduction Statistics Contact Development Disclaimer Help
tmix: Need unistd.h for close(2) - spoon - dwm status utility (2f30 fork)
git clone git://src.adamsgaard.dk/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
t@@ -9,6 +9,7 @@
#include <fcntl.h>
#include <string.h>
+#include <unistd.h>
int
mixread(void *arg, char *buf, size_t len)
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.