sys/queue.h now requires sys/null.h, so add a compatibility header file.

Fixes build of tools under, e.g. Mac OS X.
This commit is contained in:
jmmv 2007-07-19 13:49:12 +00:00
parent ce43347321
commit ecd360e001
1 changed files with 3 additions and 0 deletions

3
tools/compat/sys/null.h Normal file
View File

@ -0,0 +1,3 @@
/* $NetBSD: null.h,v 1.1 2007/07/19 13:49:12 jmmv Exp $ */
#include "../../../sys/sys/null.h"