mirror of https://github.com/BOINC/boinc.git
mac build fix
This commit is contained in:
parent
9ed61fc381
commit
1f19ff35d3
|
@ -26,7 +26,9 @@
|
|||
#include "miofile.h"
|
||||
#include "error_numbers.h"
|
||||
#include "str_util.h"
|
||||
#include "util.h"
|
||||
|
||||
extern bool boinc_is_finite(double);
|
||||
// avoid including util.h (kludge)
|
||||
|
||||
// see parse_test.cpp for example usage of XML_PARSER
|
||||
|
||||
|
|
|
@ -43,7 +43,6 @@ static inline double drand() {
|
|||
return (double)rand()/(double)RAND_MAX;
|
||||
}
|
||||
extern double rand_normal();
|
||||
extern bool boinc_is_finite(double);
|
||||
|
||||
extern void update_average(double, double, double, double, double&, double&);
|
||||
|
||||
|
|
Loading…
Reference in New Issue