1
0
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:
Hauke Petersen 2015-08-12 18:25:24 +02:00
parent a0600c1ee9
commit e93189288a

View File

@ -20,6 +20,7 @@
#ifndef UIO_H
#define UIO_H
#include <stdlib.h>
#include <sys/types.h>
#ifdef __cplusplus