mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #12265 from smlng/fix_sys_pipe_freebsd
sys/pipe: always include stdlib.h instead of malloc.h
This commit is contained in:
commit
baebcef79e
@ -25,11 +25,7 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#if defined(MCU_ATMEGA2560) || defined(MCU_ATMEGA1281) || defined(MCU_ATMEGA328P)
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#include "pipe.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user