summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-03-18 07:31:05 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-03-18 07:31:05 +0000
commit796f0724080684bf4b3b846251886da156d2144c (patch)
treeb4e357989eebeab308ffff3fabfc8046d7ecead2
parente0453d2e7c5688bc80ac51a69947af6c6ed7f6f6 (diff)
Unbreak DDB_STRUCT after removal of agpio.h
-rw-r--r--sys/ddb/db_structinfo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_structinfo.c b/sys/ddb/db_structinfo.c
index 13fc16dedb8..ffc91b254fc 100644
--- a/sys/ddb/db_structinfo.c
+++ b/sys/ddb/db_structinfo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_structinfo.c,v 1.7 2013/12/13 19:55:12 naddy Exp $ */
+/* $OpenBSD: db_structinfo.c,v 1.8 2014/03/18 07:31:04 guenther Exp $ */
/* public domain */
/*
* This file is intended to be compiled with debug information,
@@ -98,7 +98,6 @@
/* XXX add filesystem includes there */
-#include <sys/agpio.h>
#include <sys/ataio.h>
#include <sys/audioio.h>
#include <sys/cdio.h>