diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/ufs/ufs_tables.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'sys/ufs/ufs_tables.c')
| -rw-r--r-- | sys/ufs/ufs_tables.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ufs/ufs_tables.c b/sys/ufs/ufs_tables.c index 04b3a33b1ca9..5c704214fe08 100644 --- a/sys/ufs/ufs_tables.c +++ b/sys/ufs/ufs_tables.c @@ -31,11 +31,12 @@ * SUCH DAMAGE. * * from: @(#)ufs_tables.c 7.4 (Berkeley) 6/28/90 - * $Id: ufs_tables.c,v 1.2 1993/10/16 18:18:00 rgrimes Exp $ + * $Id: ufs_tables.c,v 1.3 1993/12/19 00:55:46 wollman Exp $ */ #ifdef KERNEL #include "param.h" +#include "systm.h" #else #include <sys/param.h> #endif |
