mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 05:30:17 +01:00
glib-compat: include string.h
Needed for memmove().
(cherry picked from commit 2a6e8d9f3f)
This commit is contained in:
parent
a8aed11cf0
commit
55e4ab8dd6
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