Include stdlib.h to avoid warning
authorAlexander Larsson <alexl@redhat.com>
Fri, 15 May 2009 18:43:02 +0000 (20:43 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 15 May 2009 18:43:02 +0000 (20:43 +0200)
Fixes a "implicit declaration of function â€˜strtol’" warning

gio/gnetworkaddress.c

index 6f22e84..2db398e 100644 (file)
@@ -24,6 +24,7 @@
 #include <glib.h>
 #include "glibintl.h"
 
+#include <stdlib.h>
 #include "gnetworkaddress.h"
 #include "gasyncresult.h"
 #include "ginetaddress.h"