From 75c4272a1b9e4ea18a7704dda8e31ddf296214fa Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Thu, 25 Jun 2009 09:29:23 +0200 Subject: [PATCH] Fix problem with the !stats byte counter. --- src/usermanager.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/usermanager.c b/src/usermanager.c index 5f0ab00..cb72871 100644 --- a/src/usermanager.c +++ b/src/usermanager.c @@ -19,6 +19,8 @@ #include "uhub.h" +#define USERMANAGER_TIMER + /* * This callback function is used to clear user objects from the userlist. * Should only be used in uman_shutdown().