Date: Wed, 6 Dec 2017 00:44:49 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326608 - head/sys/fs/tmpfs Message-ID: <201712060044.vB60inRf003311@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Wed Dec 6 00:44:49 2017 New Revision: 326608 URL: https://svnweb.freebsd.org/changeset/base/326608 Log: Fix file missed in r326607. Modified: head/sys/fs/tmpfs/tmpfs_fifoops.c Modified: head/sys/fs/tmpfs/tmpfs_fifoops.c ============================================================================== --- head/sys/fs/tmpfs/tmpfs_fifoops.c Wed Dec 6 00:42:08 2017 (r326607) +++ head/sys/fs/tmpfs/tmpfs_fifoops.c Wed Dec 6 00:44:49 2017 (r326608) @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> +#include <sys/mount.h> #include <sys/proc.h> #include <sys/vnode.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712060044.vB60inRf003311>