summaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c
index 724dfe64ce5..397c60aa793 100644
--- a/sys/ddb/db_output.c
+++ b/sys/ddb/db_output.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_output.c,v 1.21 2002/07/10 23:38:09 art Exp $ */
+/* $OpenBSD: db_output.c,v 1.22 2004/01/03 14:08:53 espie Exp $ */
/* $NetBSD: db_output.c,v 1.13 1996/04/01 17:27:14 christos Exp $ */
/*
@@ -33,7 +33,7 @@
#include <sys/param.h>
#include <sys/proc.h>
-#include <machine/stdarg.h>
+#include <sys/stdarg.h>
#include <dev/cons.h>