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 6f22e842809cd86fd0a1cd4da932df104140b225..2db398e95876c1b65e6872904f256669b59836f2 100644 (file)
@@ -24,6 +24,7 @@
 #include <glib.h>
 #include "glibintl.h"
 
+#include <stdlib.h>
 #include "gnetworkaddress.h"
 #include "gasyncresult.h"
 #include "ginetaddress.h"