libmm-glib,tests: include string.h explicitly

For strlen()
This commit is contained in:
Aleksander Morgado
2021-03-01 16:02:33 +01:00
parent da0e610f5f
commit 438ff54d03

View File

@@ -13,6 +13,7 @@
* Copyright (C) 2012 Google, Inc.
*/
#include <string.h>
#include <glib-object.h>
#include <libmm-glib.h>