mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/libc/uio.h: added include of stdlib for size_t
This commit is contained in:
parent
a0600c1ee9
commit
e93189288a
@ -20,6 +20,7 @@
|
||||
#ifndef UIO_H
|
||||
#define UIO_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user