svnno****@sourc*****
svnno****@sourc*****
Sat Mar 14 12:44:04 JST 2009
Revision: 3767 http://svn.sourceforge.jp/view?root=kazehakase&view=rev&rev=3767 Author: ikezoe Date: 2009-03-14 12:44:04 +0900 (Sat, 14 Mar 2009) Log Message: ----------- 2009-03-14 Hiroyuki Ikezoe <poinc****@ikezo*****> * src/net/kz-http.c: Fix compiler warning. Modified Paths: -------------- kazehakase/trunk/ChangeLog kazehakase/trunk/src/net/kz-http.c Modified: kazehakase/trunk/ChangeLog =================================================================== --- kazehakase/trunk/ChangeLog 2009-03-06 03:48:52 UTC (rev 3766) +++ kazehakase/trunk/ChangeLog 2009-03-14 03:44:04 UTC (rev 3767) @@ -1,3 +1,7 @@ +2009-03-14 Hiroyuki Ikezoe <poinc****@ikezo*****> + + * src/net/kz-http.c: Fix compiler warning. + 2009-03-05 Hiroyuki Ikezoe <poinc****@ikezo*****> * src/bookmarks/kz-xbel.c: current -> current-position. Modified: kazehakase/trunk/src/net/kz-http.c =================================================================== --- kazehakase/trunk/src/net/kz-http.c 2009-03-06 03:48:52 UTC (rev 3766) +++ kazehakase/trunk/src/net/kz-http.c 2009-03-14 03:44:04 UTC (rev 3767) @@ -25,12 +25,13 @@ # include "config.h" #endif /* HAVE_CONFIG_H */ +#include <features.h> +#define __USE_XOPEN +#include <time.h> #include "gnet.h" #include <stdlib.h> #include <string.h> -#define __USE_XOPEN -#include <time.h> #include <glib/gi18n.h> #ifdef HAVE_UNISTD_H # include <unistd.h>