Skip to content

Commit

Permalink
sys/libc/uio.h: added include of stdlib for size_t
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Aug 12, 2015
1 parent a0600c1 commit e931892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/libc/include/sys/uio.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#ifndef UIO_H
#define UIO_H

#include <stdlib.h>
#include <sys/types.h>

#ifdef __cplusplus
Expand Down

0 comments on commit e931892

Please sign in to comment.