mirror of https://github.com/BOINC/boinc.git
[libboinc] fix build when integrator tries to link app with libboinc
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
b3e767f39b
commit
d02a1b3681
|
@ -63,6 +63,7 @@
|
|||
|
||||
#include "error_numbers.h"
|
||||
#include "filesys.h"
|
||||
#include "str_replace.h"
|
||||
#include "str_util.h"
|
||||
#include "util.h"
|
||||
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
#include <vector>
|
||||
#include <string.h>
|
||||
|
||||
#include "str_replace.h"
|
||||
|
||||
#define safe_strcpy(x, y) strlcpy(x, y, sizeof(x))
|
||||
#define safe_strcat(x, y) strlcat(x, y, sizeof(x))
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
#if defined(_WIN32)
|
||||
#include "boinc_win.h"
|
||||
#include "str_replace.h"
|
||||
#include "str_util.h"
|
||||
#include "win_util.h"
|
||||
#endif
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "util.h"
|
||||
#include "filesys.h"
|
||||
#include "win_util.h"
|
||||
#include "str_replace.h"
|
||||
#include "str_util.h"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue