[Listener] Fix compilation without pthreads

This commit is contained in:
Matteo Cypriani 2010-10-20 17:18:16 +02:00
parent 58568e276a
commit 10e3bb7ab0
1 changed files with 2 additions and 0 deletions

View File

@ -266,7 +266,9 @@ void parse_command_line(int argc, char **argv)
print_usage() ;
exit(0) ;
case 'H' :
#ifdef USE_PTHREAD
SET_AUTOCALIBRATION_HELLO_DELAY(strtol(optarg, NULL, 0)) ;
#endif // USE_PTHREAD
break ;
case 'k' :
#ifdef USE_PTHREAD