mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 23:30:28 +01:00
glib-compat: include string.h
Needed for memmove().
This commit is contained in:
parent
a1868dcfc3
commit
2a6e8d9f3f
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <glib.h>
|
||||
#include <glib-object.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#ifdef __clang__
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue