mirror of https://github.com/BOINC/boinc.git
Mac: add str_replace.h to fix build breaks.
This commit is contained in:
parent
7b8bc56da3
commit
f06c67f006
|
@ -49,6 +49,7 @@ extern "C" {
|
||||||
#include "Mac_Saver_Module.h"
|
#include "Mac_Saver_Module.h"
|
||||||
#include "screensaver.h"
|
#include "screensaver.h"
|
||||||
#include "diagnostics.h"
|
#include "diagnostics.h"
|
||||||
|
#include "str_replace.h"
|
||||||
|
|
||||||
//#include <drivers/event_status_driver.h>
|
//#include <drivers/event_status_driver.h>
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include "str_util.h"
|
#include "str_util.h"
|
||||||
|
#include "str_replace.h"
|
||||||
|
|
||||||
#define boinc_master_user_name "boinc_master"
|
#define boinc_master_user_name "boinc_master"
|
||||||
#define boinc_master_group_name "boinc_master"
|
#define boinc_master_group_name "boinc_master"
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
#include <unistd.h> // getuid
|
#include <unistd.h> // getuid
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include "str_util.h"
|
#include "str_util.h"
|
||||||
|
#include "str_replace.h"
|
||||||
|
|
||||||
void print_to_log_file(const char *format, ...);
|
void print_to_log_file(const char *format, ...);
|
||||||
void strip_cr(char *buf);
|
void strip_cr(char *buf);
|
||||||
|
|
Loading…
Reference in New Issue