diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/connection.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/connection.c b/server/connection.c index 38ba214..fb0cc96 100644 --- a/server/connection.c +++ b/server/connection.c @@ -1,5 +1,5 @@ /* - * $Id: connection.c,v 1.4 2005/05/09 20:22:29 lordjaxom Exp $ + * $Id: connection.c,v 1.5 2005/05/09 20:30:38 lordjaxom Exp $ */ #include "server/connection.h" @@ -9,6 +9,7 @@ #include <vdr/tools.h> #include <string.h> +#include <stdarg.h> #include <errno.h> cServerConnection::cServerConnection(const char *Protocol): |