--- src/sbin/kldload/kldload.c 2003/06/17 04:27:33 1.2 +++ src/sbin/kldload/kldload.c 2005/04/02 16:04:41 1.3 @@ -24,15 +24,15 @@ * SUCH DAMAGE. * * $FreeBSD: src/sbin/kldload/kldload.c,v 1.6.2.2 2002/12/07 08:44:02 jmallett Exp $ - * $DragonFly: src/sbin/kldload/kldload.c,v 1.1 2003/06/16 05:12:18 dillon Exp $ + * $DragonFly$ */ +#include +#include #include #include #include #include -#include -#include static void usage(void) @@ -42,7 +42,7 @@ usage(void) } int -main(int argc, char** argv) +main(int argc, char **argv) { int c; int errors;