summaryrefslogtreecommitdiff
path: root/src/stdio/gets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/gets.c')
-rw-r--r--src/stdio/gets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdio/gets.c b/src/stdio/gets.c
index 24319eb2..6c4645e5 100644
--- a/src/stdio/gets.c
+++ b/src/stdio/gets.c
@@ -1,4 +1,6 @@
#include "stdio_impl.h"
+#include <limits.h>
+#include <string.h>
char *gets(char *s)
{