mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
Add missing string.h include
Required for memset()
This commit is contained in:
parent
713614608d
commit
75bb906e5e
@ -21,6 +21,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "gnetworkmonitornetlink.h"
|
||||
|
Loading…
Reference in New Issue
Block a user