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:
parent
ce43347321
commit
ecd360e001
|
@ -0,0 +1,3 @@
|
|||
/* $NetBSD: null.h,v 1.1 2007/07/19 13:49:12 jmmv Exp $ */
|
||||
|
||||
#include "../../../sys/sys/null.h"
|
Loading…
Reference in New Issue