JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
merge upstream
[spectrwm.git] / osx / osx.h
index e6d4061..ef10f15 100644 (file)
--- a/osx/osx.h
+++ b/osx/osx.h
@@ -1,3 +1,5 @@
-/* $scrotwm$ */
-
 long long strtonum(const char *, long long, long long, const char **);
+
+#ifndef TAILQ_END
+#define        TAILQ_END(head)                 NULL
+#endif