diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-08-29 22:53:24 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-08-29 22:53:24 +0000 |
commit | 4b0ed60fc9f4e410964e0018602464570f431647 (patch) | |
tree | e8771ba66e5640c731cc0e93e907570f0bcc02bb | |
parent | b82bdb047e2112328456cff353ba16e3c03e9ec5 (diff) |
Unbreak the tree.
-rw-r--r-- | sys/dev/microcode/tigon/build.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/tigon/build.c b/sys/dev/microcode/tigon/build.c index c9657d14cd0..5498eecb381 100644 --- a/sys/dev/microcode/tigon/build.c +++ b/sys/dev/microcode/tigon/build.c @@ -1,4 +1,4 @@ -/* $OpenBSD: build.c,v 1.5 2009/08/07 00:10:17 martynas Exp $ */ +/* $OpenBSD: build.c,v 1.6 2009/08/29 22:53:23 kettenis Exp $ */ /* * Copyright (c) 2004 Theo de Raadt <deraadt@openbsd.org> @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include <sys/types.h> -#include <dev/pci/if_tivar.h> +#include <dev/ic/tivar.h> #include <err.h> #include <fcntl.h> #include <stdio.h> |