<cstdio> is a C++ haeder - moved it to __cplusplus section (lib/filesys.h)

svn path=/trunk/boinc/; revision=18044
This commit is contained in:
Bernd Machenschalk 2009-05-07 14:25:05 +00:00
parent 9a1c86fff3
commit 097a70d308
2 changed files with 6 additions and 1 deletions

View File

@ -4383,3 +4383,8 @@ David 7 May 2009
backend_lib.cpp
create_work.cpp
dir_hier_path.cpp
Bernd 7 May 2009
- <cstdio> is a C++ haeder - moved it to __cplusplus section
lib/
filesys.h

View File

@ -25,11 +25,11 @@
#if defined(_WIN32) && !defined(__CYGWIN32__)
#else
#include <cstdio>
#include <dirent.h>
#include <grp.h>
#ifdef __cplusplus
#include <cstdio>
#include <string>
#endif