Files
ModemManager/plugins
Ben Chan 7c5cfa13a1 xmm: include string.h for strlen()
This patch fixes the following compiler warning:

xmm/mm-modem-helpers-xmm.c:388:38: error: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Werror,-Wimplicit-function-declaration]
    g_regex_match_full (r, response, strlen (response), 0, 0, &match_info, &inner_error);
                                     ^
2018-08-21 23:11:29 +02:00
..
2018-01-25 09:52:12 +01:00
2018-04-24 18:11:15 +02:00
2018-04-24 18:11:15 +02:00
2017-12-05 10:55:24 +01:00
2018-06-02 16:54:37 +02:00
2018-08-21 17:02:39 +00:00
2017-10-07 10:01:29 +02:00
2018-08-21 23:11:29 +02:00