[glib] Add missing string.h include
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Add missing string.h include
- Date: Tue, 1 Oct 2013 13:00:32 +0000 (UTC)
commit 75bb906e5ea7927f8d411085e8e7539c5b85c313
Author: Michael Forney <mforney mforney org>
Date: Tue Oct 1 05:19:55 2013 -0700
Add missing string.h include
Required for memset()
gio/gnetworkmonitornetlink.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gio/gnetworkmonitornetlink.c b/gio/gnetworkmonitornetlink.c
index 4f7d089..9ce9f88 100644
--- a/gio/gnetworkmonitornetlink.c
+++ b/gio/gnetworkmonitornetlink.c
@@ -21,6 +21,7 @@
#include "config.h"
#include <errno.h>
+#include <string.h>
#include <unistd.h>
#include "gnetworkmonitornetlink.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]