]> code.delx.au - spectrwm/blobdiff - osx/osx.h
make osx compile again.
[spectrwm] / osx / osx.h
index e6d4061da224810ffa5b0a38f6569eaf3fb2a1d1..abde83631ea1079d9ce87ea1281c7160113f41d3 100644 (file)
--- a/osx/osx.h
+++ b/osx/osx.h
@@ -1,3 +1,7 @@
 /* $scrotwm$ */
 
 long long strtonum(const char *, long long, long long, const char **);
+
+#ifndef TAILQ_END
+#define        TAILQ_END(head)                 NULL
+#endif