aboutsummaryrefslogtreecommitdiffstats
path: root/android/qemu-setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/qemu-setup.c')
-rw-r--r--android/qemu-setup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/qemu-setup.c b/android/qemu-setup.c
index 4a57b42..0b6b564 100644
--- a/android/qemu-setup.c
+++ b/android/qemu-setup.c
@@ -42,7 +42,8 @@ char* android_op_port = NULL;
char* android_op_report_console = NULL;
/* Contains arguments for -http-proxy option. */
char* op_http_proxy = NULL;
-
+/* Base port for the emulated system. */
+int android_base_port;
/*** APPLICATION DIRECTORY
*** Where are we ?