packages/net/ctorrent/patches/200-musl-compat.patch

11 lines
280 B
Diff
Raw Normal View History

--- a/compat.c
+++ b/compat.c
@@ -63,6 +63,7 @@ int snprintf(char *str, size_t size, con
#ifndef HAVE_STRNSTR
#include <string.h>
+#include <sys/types.h>
/* FUNCTION PROGRAMER: Siberiaic Sang */
char *strnstr(const char *haystack, const char *needle, size_t haystacklen)
{