X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=osx%2Fosx.h;h=abde83631ea1079d9ce87ea1281c7160113f41d3;hb=d1c7dc33a6a2fd9bea33d53deace0d1c0ebfae9f;hp=e6d4061da224810ffa5b0a38f6569eaf3fb2a1d1;hpb=c5b4485b9e45b69fc5fde394ad0904d4bffc4c29;p=spectrwm.git 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