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.
11 lines
342 B
11 lines
342 B
diff -u -r ../w3m-0.5.3-git20170102/Str.h ./Str.h
|
|
--- ../w3m-0.5.3-git20170102/Str.h 2017-01-02 13:43:38.000000000 +0100
|
|
+++ ./Str.h 2017-06-29 01:05:35.903835683 +0200
|
|
@@ -17,6 +17,7 @@
|
|
#define GC_STR_H
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <strings.h>
|
|
#ifdef __EMX__
|
|
#define strcasecmp stricmp
|
|
#define strncasecmp strnicmp
|
|
|