summaryrefslogtreecommitdiff
path: root/lib/libc/gen/disklabel.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-03-11 11:52:33 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-03-11 11:52:33 +0000
commitadf6ad9e6995cbd8d78602af6c0ca20cadb497a0 (patch)
tree0497c3063a0ee276114e4d6a9f3a146489813dad /lib/libc/gen/disklabel.c
parent0014b4c0e1918a58de150539074fdd8454bb1f2b (diff)
Notes
Diffstat (limited to 'lib/libc/gen/disklabel.c')
-rw-r--r--lib/libc/gen/disklabel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/disklabel.c b/lib/libc/gen/disklabel.c
index ac2894e3bd07..b5cef891d11d 100644
--- a/lib/libc/gen/disklabel.c
+++ b/lib/libc/gen/disklabel.c
@@ -36,12 +36,13 @@
static char sccsid[] = "@(#)disklabel.c 8.2 (Berkeley) 5/3/95";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: disklabel.c,v 1.5 1997/02/22 14:58:01 peter Exp $";
#endif /* not lint */
#include <sys/param.h>
#define DKTYPENAMES
#include <sys/disklabel.h>
+#include <ufs/ufs/dinode.h>
#include <ufs/ffs/fs.h>
#include <errno.h>