Add missing string.h include
authorMichael Forney <mforney@mforney.org>
Tue, 1 Oct 2013 12:19:55 +0000 (05:19 -0700)
committerColin Walters <walters@verbum.org>
Tue, 1 Oct 2013 13:00:10 +0000 (09:00 -0400)
Required for memset()

gio/gnetworkmonitornetlink.c

index 4f7d089..9ce9f88 100644 (file)
@@ -21,6 +21,7 @@
 #include "config.h"
 
 #include <errno.h>
+#include <string.h>
 #include <unistd.h>
 
 #include "gnetworkmonitornetlink.h"