[glib] Include stdlib.h to avoid warning



commit 4ade78fc3d242b58d57d92944c16ba7ef4614b2c
Author: Alexander Larsson <alexl redhat com>
Date:   Fri May 15 20:43:02 2009 +0200

    Include stdlib.h to avoid warning
    
    Fixes a "implicit declaration of function â??strtolâ??" warning
---
 gio/gnetworkaddress.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gio/gnetworkaddress.c b/gio/gnetworkaddress.c
index 6f22e84..2db398e 100644
--- a/gio/gnetworkaddress.c
+++ b/gio/gnetworkaddress.c
@@ -24,6 +24,7 @@
 #include <glib.h>
 #include "glibintl.h"
 
+#include <stdlib.h>
 #include "gnetworkaddress.h"
 #include "gasyncresult.h"
 #include "ginetaddress.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]