gettext: fix build with gcc-14; enhance test environment
[oi-userland.git] / components / encumbered / vlc / patches / 02-mtp-strings-h.patch
blob541787a491ffa24816d697640238ca2f7b11f98e
1 --- vlc-3.0.20/modules/services_discovery/mtp.c.orig
2 +++ vlc-3.0.20/modules/services_discovery/mtp.c
3 @@ -31,6 +31,8 @@
5 #include <libmtp.h>
7 +#include <strings.h>
9 /*****************************************************************************
10 * Module descriptor
11 *****************************************************************************/