arg
[oweals/gnunet.git] / 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);