GSimpleProxyResolver: add missing include
authorDan Winship <danw@gnome.org>
Sun, 17 Feb 2013 14:54:11 +0000 (09:54 -0500)
committerDan Winship <danw@gnome.org>
Sun, 17 Feb 2013 14:54:58 +0000 (09:54 -0500)
string.h was getting pulled in by something else on Linux, but not
elsewhere

gio/gsimpleproxyresolver.c

index 7691b6f..24f41a4 100644 (file)
@@ -20,6 +20,7 @@
 #include "config.h"
 
 #include <stdlib.h>
+#include <string.h>
 
 #include "gsimpleproxyresolver.h"
 #include "ginetaddress.h"