*** empty log message ***

svn path=/trunk/boinc/; revision=3042
This commit is contained in:
Rom Walton 2004-03-08 05:17:56 +00:00
parent f16fc0351f
commit ec84577c1a
2 changed files with 11 additions and 1 deletions

View File

@ -10390,3 +10390,10 @@ Rom Mar 6 2004
client/
cs_scheduler.c
Rom Mar 6 2004
- Changed the namespace references back to the orginal references so that the clients
will build on Solaris and Linux.
lib/
util.c, .h

View File

@ -21,6 +21,7 @@
#include "stdafx.h"
#endif
#ifndef _WIN32
#include <cstdio>
#include <cstring>
#include <cstdlib>
@ -36,7 +37,9 @@
#endif
#include <algorithm>
#include <fstream>
using namespace std;
using std::ifstream;
using std::min;
#endif
#include "error_numbers.h"
#include "util.h"