added fcgi_stdio.h

svn path=/trunk/boinc/; revision=3771
This commit is contained in:
Matt Lebofsky 2004-07-03 21:38:08 +00:00
parent 2a97b95acc
commit 419da959c6
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
#include "util.h"
#include "boinc_db.h"
#ifdef _USING_FCGI_
#include "fcgi_stdio.h"
#endif
DB_CONN boinc_db;
static struct random_init {