chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / w3m / Str.h.patch
1 diff -u -r ../w3m-0.5.3-git20170102/Str.h ./Str.h
2 --- ../w3m-0.5.3-git20170102/Str.h      2017-01-02 13:43:38.000000000 +0100
3 +++ ./Str.h     2017-06-29 01:05:35.903835683 +0200
4 @@ -17,6 +17,7 @@
5  #define GC_STR_H
6  #include <stdio.h>
7  #include <string.h>
8 +#include <strings.h>
9  #ifdef __EMX__
10  #define strcasecmp     stricmp
11  #define strncasecmp    strnicmp