Mac: add str_replace.h to fix build breaks.

This commit is contained in:
Charlie Fenton 2013-06-06 21:27:05 -07:00
parent 7b8bc56da3
commit f06c67f006
3 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ extern "C" {
#include "Mac_Saver_Module.h"
#include "screensaver.h"
#include "diagnostics.h"
#include "str_replace.h"
//#include <drivers/event_status_driver.h>

View File

@ -31,6 +31,7 @@
#include <sys/stat.h>
#include "str_util.h"
#include "str_replace.h"
#define boinc_master_user_name "boinc_master"
#define boinc_master_group_name "boinc_master"

View File

@ -25,6 +25,7 @@
#include <unistd.h> // getuid
#include <dirent.h>
#include "str_util.h"
#include "str_replace.h"
void print_to_log_file(const char *format, ...);
void strip_cr(char *buf);