win compile fix

svn path=/trunk/boinc/; revision=25560
This commit is contained in:
David Anderson 2012-04-14 04:56:35 +00:00
parent f4d985c659
commit 1abff8dd98
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#ifdef _WIN32
#include "boinc_win.h"
#define getpid _getpid
#else
#include "config.h"
#include <cstdio>