commit 2929cef4604ce0e9bdba5f49d8eb2f3cea312f8c parent 7687a366dd35e55370e135973a15b77332515024 Author: citbl <citbl@citbl.org> Date: Wed, 15 Oct 2025 21:42:52 +1000 fix proper string h Diffstat:
| M | src/feeds.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feeds.c b/src/feeds.c @@ -1,6 +1,6 @@ #include "feeds.h" -#include <_string.h> +#include <string.h> #include <mrss.h> #include <stdlib.h> #include <string.h>