fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / gets.c
index 24319eb2dcf62b431648bfef6641b2eda5854476..6c4645e5640b7b9d4df8387346a02122dfc0f5ea 100644 (file)
@@ -1,4 +1,6 @@
 #include "stdio_impl.h"
+#include <limits.h>
+#include <string.h>
 
 char *gets(char *s)
 {