spectrwm/freebsd/util.h
Lawrence Teo b93600b201 Makefile and util.h for FreeBSD.
From: Niclas Zeising <zeising@daemonic.se>

ok marco
2011-12-12 23:13:54 -05:00

5 lines
78 B
C

#include <libutil.h>
#ifndef TAILQ_END
#define TAILQ_END(head) NULL
#endif