JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make osx compile again.
authorMarco Peereboom <marco@conformal.com>
Wed, 15 Jun 2011 00:49:07 +0000 (00:49 +0000)
committerMarco Peereboom <marco@conformal.com>
Wed, 15 Jun 2011 00:49:07 +0000 (00:49 +0000)
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