mirror of https://github.com/BOINC/boinc.git
Added #include <string.h> for memset.
svn path=/trunk/boinc/; revision=36
This commit is contained in:
parent
713086b70e
commit
3b0a71a062
|
@ -30,6 +30,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "error_numbers.h"
|
||||
#include "log_flags.h"
|
||||
|
|
Loading…
Reference in New Issue