summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2010-05-26 15:33:51 +0000
committerguenther <guenther@openbsd.org>2010-05-26 15:33:51 +0000
commitece387563e5a140e4a8da743004885069d725495 (patch)
tree2aadda808123b5ff249719373a47f1c7ad8f4df1
parentBad tedu, no cookie. (diff)
downloadwireguard-openbsd-ece387563e5a140e4a8da743004885069d725495.tar.xz
wireguard-openbsd-ece387563e5a140e4a8da743004885069d725495.zip
Fallout from the proc.h include cleanup: proc.h must be included before
user.h ok deraadt@
-rw-r--r--sys/ddb/db_structinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_structinfo.c b/sys/ddb/db_structinfo.c
index 6fd189c31fb..6b9d88a965c 100644
--- a/sys/ddb/db_structinfo.c
+++ b/sys/ddb/db_structinfo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_structinfo.c,v 1.1 2009/08/09 23:04:49 miod Exp $ */
+/* $OpenBSD: db_structinfo.c,v 1.2 2010/05/26 15:33:51 guenther Exp $ */
/* public domain */
/*
* This file is intended to be compiled with debug information,
@@ -11,8 +11,8 @@
#include <sys/cdefs.h>
#include <sys/device.h>
-#include <sys/user.h>
#include <sys/proc.h>
+#include <sys/user.h>
#include <sys/acct.h>
#include <sys/buf.h>
#include <sys/conf.h>