aboutsummaryrefslogtreecommitdiff
path: root/src/helper/ioutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/ioutil.c')
-rw-r--r--src/helper/ioutil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper/ioutil.c b/src/helper/ioutil.c
index 4e9d6878..684950d1 100644
--- a/src/helper/ioutil.c
+++ b/src/helper/ioutil.c
@@ -48,10 +48,8 @@
#include <ifaddrs.h>
#endif
#ifdef HAVE_MALLOC_H
-#if !BUILD_ECOSBOARD
#include <malloc.h>
#endif
-#endif
/* loads a file and returns a pointer to it in memory. The file contains
* a 0 byte(sentinel) after len bytes - the length of the file. */