]> code.delx.au - spectrwm/commit
add queue.h to OSX
authorMarco Peereboom <marco@peereboom.us>
Thu, 16 Apr 2015 14:32:29 +0000 (09:32 -0500)
committerReginald Kennedy <rk@rejii.com>
Fri, 22 May 2015 00:41:35 +0000 (08:41 +0800)
commit354d4e49695b1dc3ef3a0dba07a8149428ad27d2
tree8a9d3bdbb3e186253a64babfc6e2457c9ae763da
parent42bccafc30073c1428d63b93d5db8b749491c8d4
add queue.h to OSX

OSX' queue.h does not provide SIMPLEQ because it is too old.  Pull in
tha latest version from Bitrig and use that instead for all queue
related stuff.
osx/queue.h [new file with mode: 0644]
spectrwm.c