projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbf64ae
)
yagl: for cross-compiling, header name should be case-sensitive
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Sun, 30 Aug 2015 07:45:19 +0000
(16:45 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Wed, 9 Sep 2015 02:07:36 +0000
(11:07 +0900)
Change-Id: I4b679792cbf374ba6cbf7d918669df4c2895c03a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
hw/yagl/yagl_dyn_lib.c
patch
|
blob
|
history
diff --git
a/hw/yagl/yagl_dyn_lib.c
b/hw/yagl/yagl_dyn_lib.c
index
caa118d
..
8ce16db
100644
(file)
--- a/
hw/yagl/yagl_dyn_lib.c
+++ b/
hw/yagl/yagl_dyn_lib.c
@@
-29,7
+29,7
@@
#include "yagl_dyn_lib.h"
#ifdef _WIN32
-#include <
W
indows.h>
+#include <
w
indows.h>
#else
#include <dlfcn.h>
#endif