X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=osx%2Fosx.h;h=ef10f15acc697d19a749858d62f4d3b8510734a6;hb=49d22e30880abba7dd865fb9b526a8fa70149162;hp=e6d4061da224810ffa5b0a38f6569eaf3fb2a1d1;hpb=c5b4485b9e45b69fc5fde394ad0904d4bffc4c29;p=spectrwm.git diff --git a/osx/osx.h b/osx/osx.h index e6d4061..ef10f15 100644 --- 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