Since it was already included in several lwIP .c/.h files, I simply decided to move it to a central place: arch.h.
So my change should not break anything or make lwIP less portable as it was before. Dirk On Wed, Nov 30, 2016 at 11:07 AM, Simon Goldschmidt <[email protected]> wrote: > Freddie Chopin wrote: > > It was behaving the same way in the git version prior to 2.0.0 and I > > guess the "standard" approach to that was to include <stdlib.h> in your > > arch/cc.h file. I think that such issue was reported to the mailing > > list in the past and that was the suggested approach. > > It was like that some years ago, but sicne by now, most embedded compilers > support these standard files, we decided to use them and to let people > missing > them emulate them... > > > Simon > > _______________________________________________ > lwip-users mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/lwip-users >
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
