mirror of https://github.com/BOINC/boinc.git
parent
b3f00f94f7
commit
0856304497
|
@ -39,9 +39,9 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include "procinfo.h"
|
||||
#endif
|
||||
|
||||
#include "procinfo.h"
|
||||
#include "boinc_api.h"
|
||||
#include "diagnostics.h"
|
||||
#include "filesys.h"
|
||||
|
|
|
@ -1000,6 +1000,10 @@
|
|||
RelativePath="..\lib\proc_control.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\procinfo.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\proxy_info.cpp"
|
||||
>
|
||||
|
|
|
@ -828,6 +828,14 @@
|
|||
RelativePath="..\lib\proc_control.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\procinfo.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\procinfo_win.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\proxy_info.cpp"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue