mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
GSimpleProxyResolver: add missing include
string.h was getting pulled in by something else on Linux, but not elsewhere
This commit is contained in:
parent
c78d0e9ac4
commit
4061a96cc1
@ -20,6 +20,7 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "gsimpleproxyresolver.h"
|
#include "gsimpleproxyresolver.h"
|
||||||
#include "ginetaddress.h"
|
#include "ginetaddress.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user