fix build break

svn path=/trunk/boinc/; revision=24249
This commit is contained in:
Rom Walton 2011-09-21 19:18:22 +00:00
parent da714ad0f9
commit 11c9b6015e
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
#ifdef _WIN32
#include "boinc_win.h"
#ifdef _MSC_VER
#define strdup _strdup
#endif
#else
#include "config.h"
#include <cstring>