mirror of https://github.com/BOINC/boinc.git
Fixed build on systems without <malloc.h>
svn path=/trunk/boinc/; revision=13768
This commit is contained in:
parent
f6e3a359aa
commit
8403c6f570
|
@ -1,5 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#ifdef HAVE_MALLOC_H
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "error_numbers.h"
|
#include "error_numbers.h"
|
||||||
#include "sched_msgs.h"
|
#include "sched_msgs.h"
|
||||||
|
|
Loading…
Reference in New Issue