1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Forgot to include <errno.h> when using 'errno' here.

This commit is contained in:
Juli Mallett 2002-10-22 19:55:44 +00:00
parent a43cf6c23b
commit 7d8939c53f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105741

View File

@ -65,6 +65,7 @@ static const char rcsid[] =
#include <ufs/ffs/fs.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <fstab.h>
#include <libufs.h>