diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 22:34:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 22:34:41 +0000 |
commit | b942fb6634e4d9397c6c14c976493705cf7f15d8 (patch) | |
tree | 443b4891fab7596b6e0d52b766b709fdc10a8473 /ufs/subr.c | |
parent | 75620ac949dd3721e425f478f0f19b04970e0370 (diff) |
Formerly subr.c.~2~
Diffstat (limited to 'ufs/subr.c')
-rw-r--r-- | ufs/subr.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,8 +41,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * @(#)ufs_subr.c 7.13 (Berkeley) 6/28/90 */ +#include "ufs.h" +#include "fs.h" -#include <assert.h> extern int around[9]; extern int inside[9]; |