mirror of https://github.com/BOINC/boinc.git
- lib: compile fix for C
svn path=/trunk/boinc/; revision=18212
This commit is contained in:
parent
3de3a033d1
commit
3d129f9788
|
@ -4751,3 +4751,9 @@ David 26 May 2009
|
|||
|
||||
mac_installer/
|
||||
CustomInstall.cpp
|
||||
|
||||
David 27 May 2009
|
||||
- lib: compile fix for C
|
||||
|
||||
lib/
|
||||
filesys.h
|
||||
|
|
|
@ -28,7 +28,9 @@
|
|||
#include <dirent.h>
|
||||
#include <grp.h>
|
||||
#include <stdio.h>
|
||||
#ifdef __cplusplus
|
||||
#include <string>
|
||||
#endif
|
||||
|
||||
#endif /* !WIN32 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue