summaryrefslogtreecommitdiffstats
path: root/sys/dev/x86emu/x86emu_util.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-06-06 00:49:08 +0000
committerderaadt <deraadt@openbsd.org>2009-06-06 00:49:08 +0000
commit4b01352887d82b76d10003690678df8130f99696 (patch)
tree06051cbc5ebd09d613a531d18da975b0ed5b43ed /sys/dev/x86emu/x86emu_util.c
parentHandle our new ELF core dumps. (diff)
downloadwireguard-openbsd-4b01352887d82b76d10003690678df8130f99696.tar.xz
wireguard-openbsd-4b01352887d82b76d10003690678df8130f99696.zip
fix include paths
Diffstat (limited to 'sys/dev/x86emu/x86emu_util.c')
-rw-r--r--sys/dev/x86emu/x86emu_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/x86emu/x86emu_util.c b/sys/dev/x86emu/x86emu_util.c
index f9d5761a46f..74b7e5ae610 100644
--- a/sys/dev/x86emu/x86emu_util.c
+++ b/sys/dev/x86emu/x86emu_util.c
@@ -35,8 +35,8 @@
#include <sys/param.h>
#include <sys/endian.h>
-#include <lib/libkern/x86emu.h>
-#include <lib/libkern/x86emu_regs.h>
+#include <dev/x86emu/x86emu.h>
+#include <dev/x86emu/x86emu_regs.h>
/****************************************************************************