fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 27 Apr 2011 18:34:56 +0000 (18:34 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 27 Apr 2011 18:34:56 +0000 (18:34 +0000)
src/fs/fs_misc.c

index 823cd33c440b98192cb42bcb83c3c01921453aab..73dcd4e36787da82bdb52bf83fb849f6d5feccdb 100644 (file)
@@ -170,6 +170,7 @@ unsigned int
 GNUNET_FS_get_current_year ()
 { 
   time_t tp;
+  struct tm *t;
 
   tp = time (NULL);
   t = gmtime (&tp);