diff options
| author | Dan Winship <danw@gnome.org> | 2011-09-04 17:17:11 -0400 |
|---|---|---|
| committer | Dan Winship <danw@gnome.org> | 2011-09-04 17:50:41 -0400 |
| commit | 749fa587bc081e0f5b9c4af1ed8bdf90bd0856d2 (patch) | |
| tree | 73e51f9727e07004bba816f6273a21ad23118028 /gio/gsocketaddress.c | |
| parent | afa82ae805f9c8bb875a3f863a7b4669953f159f (diff) | |
| download | glib-749fa587bc081e0f5b9c4af1ed8bdf90bd0856d2.tar.gz | |
fix a few warnings on non-Linux
mostly #ifdeffing functions that are only called by #ifdeffed code
Diffstat (limited to 'gio/gsocketaddress.c')
| -rw-r--r-- | gio/gsocketaddress.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/gsocketaddress.c b/gio/gsocketaddress.c index 591a64e25..72fdd788c 100644 --- a/gio/gsocketaddress.c +++ b/gio/gsocketaddress.c @@ -23,6 +23,7 @@ #include <config.h> #include <glib.h> +#include <string.h> #include "gsocketaddress.h" #include "ginetaddress.h" |
