Skip to content
Snippets Groups Projects
Commit e9318928 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

sys/libc/uio.h: added include of stdlib for size_t

parent a0600c1e
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@
#ifndef UIO_H
#define UIO_H
#include <stdlib.h>
#include <sys/types.h>
#ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment