spectrwm/freebsd/util.h

6 lines
78 B
C
Raw Normal View History

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