diff options
Diffstat (limited to 'src/common/stdin.h')
-rw-r--r-- | src/common/stdin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/stdin.h b/src/common/stdin.h index e6bd7a0..be99922 100644 --- a/src/common/stdin.h +++ b/src/common/stdin.h @@ -9,6 +9,8 @@ #ifndef _STDIN_H #define _STDIN_H -char* bc_stdin_read(void); +#include <stddef.h> + +char* bc_stdin_read(size_t *len); #endif /* _STDIN_H */ |