]> code.delx.au - spectrwm/blobdiff - linux/util.h
Make compile in cygwin
[spectrwm] / linux / util.h
index 73b0b8097d3245bf406eb49e7c299965a3f19231..3bc8a2095aa79d327cd74474bd34bf5354a1ace6 100644 (file)
@@ -14,6 +14,10 @@ char   *fparseln(FILE *, size_t *, size_t *, const char [3], int);
 
 long long strtonum(const char *, long long, long long, const char **);
 
+#ifndef WAIT_ANY
+#define WAIT_ANY               (-1)
+#endif
+
 /* there is no limit to ulrich drepper's crap */
 #ifndef TAILQ_END
 #define        TAILQ_END(head)                 NULL