From bfd9ab4a8f849e55801c5355aa4ac74066126b0d Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Wed, 15 Jun 2011 00:49:07 +0000 Subject: [PATCH] make osx compile again. --- osx/osx.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osx/osx.h b/osx/osx.h index e6d4061..abde836 100644 --- 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 -- 1.7.10.4