From 4061a96cc182453bb8c6f0c958d2461f64db8a11 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 17 Feb 2013 09:54:11 -0500 Subject: [PATCH] GSimpleProxyResolver: add missing include string.h was getting pulled in by something else on Linux, but not elsewhere --- gio/gsimpleproxyresolver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/gsimpleproxyresolver.c b/gio/gsimpleproxyresolver.c index 7691b6f..24f41a4 100644 --- a/gio/gsimpleproxyresolver.c +++ b/gio/gsimpleproxyresolver.c @@ -20,6 +20,7 @@ #include "config.h" #include +#include #include "gsimpleproxyresolver.h" #include "ginetaddress.h" -- 2.7.4