diff options
Diffstat (limited to 'sys/xfs')
-rw-r--r-- | sys/xfs/xfs_common.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/xfs/xfs_common.c b/sys/xfs/xfs_common.c index 059a7611ef3..6f15cac2f62 100644 --- a/sys/xfs/xfs_common.c +++ b/sys/xfs/xfs_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xfs_common.c,v 1.2 1998/08/31 05:13:13 art Exp $ */ +/* $OpenBSD: xfs_common.c,v 1.3 1998/12/19 13:04:23 niklas Exp $ */ /* * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). @@ -38,6 +38,8 @@ */ #ifdef DEBUG +#include <sys/types.h> +#include <sys/systm.h> #include <sys/malloc.h> #include <xfs/xfs_common.h> #include <xfs/xfs_deb.h> |