aboutsummaryrefslogtreecommitdiff
path: root/util/vgabios/helper_exec.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-23 15:53:38 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-23 15:53:38 +0000
commit86051f919fc34d731619fc3a1266c5a2c4855b01 (patch)
treeef1cc51fa135493eefd0987350ff6f2aebbde01b /util/vgabios/helper_exec.c
parentb7f53b2329d468a6efa50c7c1163079d296fbdc3 (diff)
Use coreboot-internal version of x86emu for the vgabios utility.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Joseph Smith <joe@settoplinux.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5276 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/vgabios/helper_exec.c')
-rw-r--r--util/vgabios/helper_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/vgabios/helper_exec.c b/util/vgabios/helper_exec.c
index 3ec2c2362b..73100d96f3 100644
--- a/util/vgabios/helper_exec.c
+++ b/util/vgabios/helper_exec.c
@@ -14,7 +14,7 @@
* in xf86EnableIO(). Otherwise we won't trap
* on PIO.
*/
-#include <x86emu.h>
+#include <x86emu/x86emu.h>
#include "helper_exec.h"
#include "test.h"
#include <sys/io.h>