diff options
author | sangjin3.kim <sangjin3.kim@samsung.com> | 2012-03-07 18:25:04 +0900 |
---|---|---|
committer | sangjin3.kim <sangjin3.kim@samsung.com> | 2012-03-07 18:25:04 +0900 |
commit | f1bc6bbf437cb05aff601f5df4ef03f48d98ff68 (patch) | |
tree | 8037a52f643c9a678a96775b488dec405f2e1e56 /target-i386/helper_opengl.c | |
parent | ca8fd327a280046d7b50fee59c874756ed1e4f4a (diff) | |
download | qemu-f1bc6bbf437cb05aff601f5df4ef03f48d98ff68.tar.gz qemu-f1bc6bbf437cb05aff601f5df4ef03f48d98ff68.tar.bz2 qemu-f1bc6bbf437cb05aff601f5df4ef03f48d98ff68.zip |
[Title] include file changed.
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Diffstat (limited to 'target-i386/helper_opengl.c')
-rwxr-xr-x | target-i386/helper_opengl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target-i386/helper_opengl.c b/target-i386/helper_opengl.c index 24400fcfcf..141d5741ed 100755 --- a/target-i386/helper_opengl.c +++ b/target-i386/helper_opengl.c @@ -35,7 +35,9 @@ #include <stdlib.h> #include <assert.h> #include <string.h> -#include "exec.h" +//#include "exec.h" +#include "cpu.h" +#include "dyngen-exec.h" #ifndef _WIN32 #include <X11/Xlib.h> |