--- libshout/src/common/httpp/encoding.c.strings 2015-11-20 20:51:36.000000000 +0100 +++ libshout/src/common/httpp/encoding.c 2018-03-29 11:00:04.524097700 +0200 @@ -27,7 +27,9 @@ #endif #include +#ifdef HAVE_STRINGS_H #include +#endif #include #include #include --- libshout/src/proto_http.c.strings 2015-11-20 17:22:27.000000000 +0100 +++ libshout/src/proto_http.c 2018-03-29 10:53:02.770498200 +0200 @@ -28,7 +28,9 @@ #include #include #include +#ifdef HAVE_STRINGS_H #include +#endif #include #include "shout_private.h" --- libshout/src/shout.c.strings 2015-11-09 12:54:12.000000000 +0100 +++ libshout/src/shout.c 2018-03-29 10:52:59.169968800 +0200 @@ -29,7 +29,9 @@ #include #include #include +#ifdef HAVE_STRINGS_H #include +#endif #include #include