aboutsummaryrefslogtreecommitdiff
path: root/softmmu/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'softmmu/main.c')
-rw-r--r--softmmu/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/softmmu/main.c b/softmmu/main.c
index 7adc530c73..639c67ff48 100644
--- a/softmmu/main.c
+++ b/softmmu/main.c
@@ -29,6 +29,7 @@
#ifdef CONFIG_SDL
#if defined(__APPLE__) || defined(main)
#include <SDL.h>
+static int qemu_main(int argc, char **argv, char **envp);
int main(int argc, char **argv)
{
return qemu_main(argc, argv, NULL);