compile fix

svn path=/trunk/boinc/; revision=4320
This commit is contained in:
Eric Heien 2004-10-13 00:21:50 +00:00
parent 470da41c87
commit 931d54044e
2 changed files with 2 additions and 1 deletions

View File

@ -457,7 +457,7 @@ static void on_timer(int a) {
if (heartbeat_giveup_time < now) {
fprintf(stderr,
"No heartbeat from core client for %f sec - exiting\n",
now - (heartbeat_giveup_time - HEARTBEAT_GIVEUP_PERIOD);
now - (heartbeat_giveup_time - HEARTBEAT_GIVEUP_PERIOD)
);
if (options.direct_process_action) {
exit(0);

View File

@ -50,6 +50,7 @@
#include <vector>
#include "boinc_db.h"
#include "filesys.h"
#include "util.h"
#include "error_numbers.h"
#include "md5_file.h"