You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
280 B

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