diff options
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/ioutil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/ioutil.c b/src/helper/ioutil.c index 390eb042..e595b144 100644 --- a/src/helper/ioutil.c +++ b/src/helper/ioutil.c @@ -51,8 +51,10 @@ #include <ifaddrs.h> #endif #ifdef HAVE_MALLOC_H +#if !BUILD_ECOSBOARD #include <malloc.h> #endif +#endif //#ifdef HAVE_STRINGS_H //#include <strings.h> //#endif |