]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
windows - fix build
authorJeff Lenk <jeff@jefflenk.com>
Fri, 29 Oct 2010 18:51:02 +0000 (13:51 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Fri, 29 Oct 2010 18:51:02 +0000 (13:51 -0500)
src/switch.c

index e252dbe82be1deb64167a2bf08471a29320da7b5..b04243d59f156602d22707b741b94222dbfe63bd 100644 (file)
@@ -358,7 +358,9 @@ int main(int argc, char *argv[])
        int alt_dirs = 0, log_set = 0, run_set = 0, do_kill = 0;
        int known_opt;
        int high_prio = 0;
+#ifndef WIN32
        int do_wait = 0;
+#endif
 #ifdef __sun
        switch_core_flag_t flags = SCF_USE_SQL;
 #else