diff options
Diffstat (limited to 'usr.sbin/config/ukc.c')
-rw-r--r-- | usr.sbin/config/ukc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/ukc.c b/usr.sbin/config/ukc.c index 1ff7be614f1..3b4367f1c30 100644 --- a/usr.sbin/config/ukc.c +++ b/usr.sbin/config/ukc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ukc.c,v 1.17 2011/10/02 10:10:30 edd Exp $ */ +/* $OpenBSD: ukc.c,v 1.18 2011/10/02 22:20:50 edd Exp $ */ /* * Copyright (c) 1999-2001 Mats O Jansson. All rights reserved. @@ -29,8 +29,8 @@ #include <sys/ioctl.h> #include <err.h> -#include <kvm.h> #include <fcntl.h> +#include <kvm.h> #include <limits.h> #include <nlist.h> #include <stdio.h> |