summaryrefslogtreecommitdiff
path: root/sys/xfs
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-12-19 13:04:24 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-12-19 13:04:24 +0000
commit2456ad84d7be29286157f9dd1238960fd41b58f0 (patch)
treec1d77a58789f7a106cdfc55c152ee2b902cb8cd8 /sys/xfs
parent2ff7e121691acd96ab285a364383603c1d809750 (diff)
compile with -DDEBUG
Diffstat (limited to 'sys/xfs')
-rw-r--r--sys/xfs/xfs_common.c4
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>