diff --git a/sbin/mount_nwfs/mount_nwfs.c b/sbin/mount_nwfs/mount_nwfs.c index 006f90e7003..a6db58df552 100644 --- a/sbin/mount_nwfs/mount_nwfs.c +++ b/sbin/mount_nwfs/mount_nwfs.c @@ -32,6 +32,7 @@ * $FreeBSD$ */ #include +#include #include #include @@ -47,7 +48,6 @@ #include #include -#include #include #include "mntopts.h" diff --git a/usr.sbin/mount_nwfs/mount_nwfs.c b/usr.sbin/mount_nwfs/mount_nwfs.c index 006f90e7003..a6db58df552 100644 --- a/usr.sbin/mount_nwfs/mount_nwfs.c +++ b/usr.sbin/mount_nwfs/mount_nwfs.c @@ -32,6 +32,7 @@ * $FreeBSD$ */ #include +#include #include #include @@ -47,7 +48,6 @@ #include #include -#include #include #include "mntopts.h"