Fixed build on systems without <malloc.h>

svn path=/trunk/boinc/; revision=13768
This commit is contained in:
Eric J. Korpela 2007-10-03 16:19:45 +00:00
parent f6e3a359aa
commit 8403c6f570
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include <stdio.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#include "error_numbers.h"
#include "sched_msgs.h"