[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:
Vitalii Koshura 2023-05-10 03:13:13 +02:00
parent b3e767f39b
commit d02a1b3681
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
4 changed files with 3 additions and 2 deletions

View File

@ -63,6 +63,7 @@
#include "error_numbers.h"
#include "filesys.h"
#include "str_replace.h"
#include "str_util.h"
#include "util.h"

View File

@ -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))

View File

@ -17,6 +17,7 @@
#if defined(_WIN32)
#include "boinc_win.h"
#include "str_replace.h"
#include "str_util.h"
#include "win_util.h"
#endif

View File

@ -23,6 +23,7 @@
#include "util.h"
#include "filesys.h"
#include "win_util.h"
#include "str_replace.h"
#include "str_util.h"
/**