JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make osx compile again.
[spectrwm.git] / osx / osx.h
index e6d4061..abde836 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