Module Name: src Committed By: thorpej Date: Tue Jul 7 03:23:33 UTC 2020
Modified Files: src/sys/sys: vmem_impl.h Log Message: Explicitly include <sys/pool.h> here; don't rely on it being included by the includer. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/sys/vmem_impl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/vmem_impl.h diff -u src/sys/sys/vmem_impl.h:1.4 src/sys/sys/vmem_impl.h:1.5 --- src/sys/sys/vmem_impl.h:1.4 Sun Apr 19 21:11:42 2020 +++ src/sys/sys/vmem_impl.h Tue Jul 7 03:23:33 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: vmem_impl.h,v 1.4 2020/04/19 21:11:42 ad Exp $ */ +/* $NetBSD: vmem_impl.h,v 1.5 2020/07/07 03:23:33 thorpej Exp $ */ /*- * Copyright (c)2006 YAMAMOTO Takashi, @@ -37,6 +37,7 @@ #if defined(_KERNEL) #define QCACHE +#include <sys/pool.h> #include <sys/vmem.h> #define LOCK_DECL(name) \