]> code.delx.au - spectrwm/blob - freebsd/util.h
Makefile and util.h for FreeBSD.
[spectrwm] / freebsd / util.h
1 #include <libutil.h>
2
3 #ifndef TAILQ_END
4 #define TAILQ_END(head) NULL
5 #endif