I forgot this bit of uglyness in the fsck_ffs cleanup.

This commit is contained in:
Poul-Henning Kamp 2002-07-31 07:01:18 +00:00
parent 0b50f33046
commit c3a0d1d4e1

View File

@ -39,6 +39,7 @@
#ifndef _KERNEL
#include <ufs/ufs/dinode.h>
#include <ufs/ffs/fs.h>
#include "fsck.h"
#else
#include "opt_ddb.h"