GSimpleProxyResolver: add missing include

string.h was getting pulled in by something else on Linux, but not
elsewhere
This commit is contained in:
Dan Winship 2013-02-17 09:54:11 -05:00
parent c78d0e9ac4
commit 4061a96cc1

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include "gsimpleproxyresolver.h"
#include "ginetaddress.h"