Fix OpenBSD build
authorBlue Swirl <blauwirbel@gmail.com>
Fri, 17 Jul 2009 11:01:45 +0000 (11:01 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 17 Jul 2009 11:01:45 +0000 (11:01 +0000)
commit96555a96d724016e13190b28cffa3bc929ac60dc
treecdc3b50f1907d72303e9073bbe0ed38af63605b9
parent2d69f3590d533ee029fb9739a2bd5339dde22bcb
Fix OpenBSD build

The header sys-queue.h must be #included early, otherwise at some point OS
queue macros will be used. On OpenBSD, those don't define TAILQ_FOREACH_SAFE.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
vl.c