mirror of https://github.com/BOINC/boinc.git
Compile fix (bzero)
svn path=/trunk/boinc/; revision=7375
This commit is contained in:
parent
3a489721f7
commit
97db749cfa
|
@ -16,6 +16,9 @@
|
|||
// http://www.gnu.org/copyleft/lesser.html
|
||||
// or write to the Free Software Foundation, Inc.,
|
||||
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifndef _BOINC_NETWORK_H_
|
||||
#define _BOINC_NETWORK_H_
|
||||
|
||||
|
|
Loading…
Reference in New Issue