From: Marco Peereboom Date: Wed, 15 Jun 2011 00:49:07 +0000 (+0000) Subject: make osx compile again. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=bfd9ab4a8f849e55801c5355aa4ac74066126b0d;p=spectrwm.git make osx compile again. --- 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