diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-07 16:37:53 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-07 16:37:53 +0000 |
commit | 29424fea9f0d362e3aec46277a3d2d9b0f755a58 (patch) | |
tree | 0c1b353055cf98a209057bdb04c8bf8fa41fc361 /sbin/growfs/debug.h | |
parent | da30cfc4ec73dd8f4dfdead849b85494783aaffa (diff) |
add missing tags and make this compile with debug.
Diffstat (limited to 'sbin/growfs/debug.h')
-rw-r--r-- | sbin/growfs/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/growfs/debug.h b/sbin/growfs/debug.h index fc262504492..0617c13d2f2 100644 --- a/sbin/growfs/debug.h +++ b/sbin/growfs/debug.h @@ -1,3 +1,4 @@ +/* $OpenBSD: debug.h,v 1.2 2003/08/07 16:37:52 fgsch Exp $ */ /* * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. @@ -46,7 +47,6 @@ #include <sys/param.h> #include <ufs/ufs/dinode.h> -#include <ufs/ffs/fs.h> void dbg_open(const char *); void dbg_close(void); |