- API: compile fix for systems without strlcat()

svn path=/trunk/boinc/; revision=14012
This commit is contained in:
David Anderson 2007-10-31 20:52:25 +00:00
parent 24869ae8d4
commit dbedc0cd72
2 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,7 @@ using namespace std;
#include "parse.h"
#include "shmem.h"
#include "util.h"
#include "str_util.h"
#include "filesys.h"
#include "mem_usage.h"
#include "error_numbers.h"

View File

@ -10263,3 +10263,9 @@ David 31 Oct 2007
forum_moderate_post_action.php
forum_reply.php
team_manage.php
David 31 Oct 2007
- API: compile fix for systems without strlcat()
api/
boinc_api.C