diff options
author | 2009-08-29 22:53:23 +0000 | |
---|---|---|
committer | 2009-08-29 22:53:23 +0000 | |
commit | 0742c8672615fbd89b957290049029f2f7591b40 (patch) | |
tree | 79d619c054aaaba84f6891521eb0352433d01da6 | |
parent | Xr ti 4 (diff) | |
download | wireguard-openbsd-0742c8672615fbd89b957290049029f2f7591b40.tar.xz wireguard-openbsd-0742c8672615fbd89b957290049029f2f7591b40.zip |
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> |