Added #include <string.h> for memset.

svn path=/trunk/boinc/; revision=36
This commit is contained in:
Eric Heien 2002-05-08 22:21:27 +00:00
parent 713086b70e
commit 3b0a71a062
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include "error_numbers.h"
#include "log_flags.h"