Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
spectrwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675f260
)
make osx compile again.
author
Marco Peereboom
<marco@conformal.com>
Wed, 15 Jun 2011 00:49:07 +0000
(
00:49
+0000)
committer
Marco Peereboom
<marco@conformal.com>
Wed, 15 Jun 2011 00:49:07 +0000
(
00:49
+0000)
osx/osx.h
patch
|
blob
|
history
diff --git
a/osx/osx.h
b/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