X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fgets.c;h=6c4645e5640b7b9d4df8387346a02122dfc0f5ea;hb=96fbcf7d80f469e39d1dd12533f8bb8d13b64fe5;hp=24319eb2dcf62b431648bfef6641b2eda5854476;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl 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 +#include char *gets(char *s) {