From: Greg Sikorski Date: Sat, 15 Apr 2000 03:47:32 +0000 (+0000) Subject: Author: Gte X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=f003f048552dcac6056614250091b221099a4231;p=ircu2.10.12-pk.git Author: Gte Log message: Portability fix in userload.c for struct tm. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@179 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog b/ChangeLog index 9754a32..21fc07e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-04-15 Greg Sikorski + + * ircd/userload.c: change include to for + portability. + 2000-04-14 Kevin L. Mitchell * ircd/m_gline.c (mo_gline): d'oh, target isn't a numeric; use %C @@ -531,7 +536,7 @@ # # ChangeLog for ircu2.10.11 # -# $Id: ChangeLog,v 1.87 2000-04-14 20:42:28 kev Exp $ +# $Id: ChangeLog,v 1.88 2000-04-15 03:47:32 gte Exp $ # # Insert new changes at beginning of the change list. # diff --git a/ircd/userload.c b/ircd/userload.c index b972025..7b64dd0 100644 --- a/ircd/userload.c +++ b/ircd/userload.c @@ -37,7 +37,7 @@ #include #include -#include +#include struct current_load_st current_load; /* The current load */