- compile fix

svn path=/trunk/boinc/; revision=22390
This commit is contained in:
David Anderson 2010-09-20 17:16:44 +00:00
parent 2e00bb3084
commit 5911a059dd
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "config.h"
#include <cstdlib>
#include <string>
#include <cstring>
#include <ctime>
#include <unistd.h>
@ -39,6 +40,8 @@
#include "fcgi_stdio.h"
#endif
using std::string;
extern "C" {
int isnan(double);
}