From e9b3352603fb7633807f63ba6e7e72275ab42612 Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Wed, 17 Dec 2008 18:40:12 +0000 Subject: [PATCH] Unbreak buildworld --- sys/sys/mount.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 518dd895a0..d9c8b36f78 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -359,6 +359,9 @@ struct nfs_public { * type of filesystem supported by the kernel. These are searched at * mount time to identify the requested filesystem. */ +#ifndef _SYS_QUEUE_H_ +#include +#endif struct vfsconf { struct vfsops *vfc_vfsops; /* filesystem operations vector */ char vfc_name[MFSNAMELEN]; /* filesystem type name */ -- 2.11.4.GIT