X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Fioutil.c;h=684950d148899a888754179d8b939402b2835dce;hp=4e9d6878eae396b72b3c533ac80b630aaffbcc20;hb=39650e2273bcae868d9509fe36515936ce25aacb;hpb=8b00e56e6433cff3ff818835953b27765aaabab0 diff --git a/src/helper/ioutil.c b/src/helper/ioutil.c index 4e9d6878ea..684950d148 100644 --- a/src/helper/ioutil.c +++ b/src/helper/ioutil.c @@ -48,10 +48,8 @@ #include #endif #ifdef HAVE_MALLOC_H -#if !BUILD_ECOSBOARD #include #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. */