aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ufs_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/ufs_tables.c')
-rw-r--r--sys/ufs/ufs_tables.c3
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