diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2007-04-21 20:17:05 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2007-04-21 20:17:05 +0000 |
commit | 8afad7fa38c06a43310946bc04dcf90b2b62082d (patch) | |
tree | 477d9b5f5736f425b3c9dc7d69bfb62297bdbb99 /sys | |
parent | d251d5cab6e462c39b1dd4a1a7fd6620d868efd9 (diff) |
Back out last. the world is not i386.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/udcf.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/usb/udcf.c b/sys/dev/usb/udcf.c index da07d367883..f94bf0106c3 100644 --- a/sys/dev/usb/udcf.c +++ b/sys/dev/usb/udcf.c @@ -1,7 +1,7 @@ -/* $OpenBSD: udcf.c,v 1.31 2007/04/21 08:50:14 mbalmer Exp $ */ +/* $OpenBSD: udcf.c,v 1.32 2007/04/21 20:17:04 art Exp $ */ /* - * Copyright (c) 2006, 2007 Marc Balmer <mbalmer@openbsd.org> + * Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -19,6 +19,13 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> +#include <sys/conf.h> +#include <sys/file.h> +#include <sys/select.h> +#include <sys/proc.h> +#include <sys/vnode.h> +#include <sys/device.h> +#include <sys/poll.h> #include <sys/time.h> #include <sys/sensors.h> |