projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3371e6
)
Mac OS X port
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 Jul 2004 16:26:15 +0000
(16:26 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 Jul 2004 16:26:15 +0000
(16:26 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1001
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 6fdb7d2aa78cd0a0223f872c8b773c54010b79bf..81782b08552dba22a268d906df68300240357861 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-65,7
+65,9
@@
#endif
#ifdef CONFIG_SDL
+#ifdef __APPLE__
#include <SDL/SDL.h>
+#endif
#if defined(__linux__)
/* SDL use the pthreads and they modify sigaction. We don't
want that. */