diff options
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/tables.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ufs/tables.c b/ufs/tables.c index 8cf46b01..81e3c25c 100644 --- a/ufs/tables.c +++ b/ufs/tables.c @@ -1,3 +1,4 @@ +/* Modified from BSD for GNU Hurd ufs server by Michael I. Bushnell. */ /* * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. @@ -33,7 +34,8 @@ * @(#)ffs_tables.c 8.1 (Berkeley) 6/11/93 */ -#include <sys/param.h> +#include "ufs.h" +#include "fs.h" /* * Bit patterns for identifying fragments in the block map |