diff options
author | lordjaxom <lordjaxom> | 2005-05-09 20:30:38 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-05-09 20:30:38 +0000 |
commit | 66b69f42817e74e9b4cd30c39ba5beaa31ebf1b2 (patch) | |
tree | 60cb9dba0a31c7a670a9d32306380835e4af3aa3 /server | |
parent | 450c8fd4a7ec7eb878abfce0e4a499e03762b4f8 (diff) | |
download | vdr-plugin-streamdev-66b69f42817e74e9b4cd30c39ba5beaa31ebf1b2.tar.gz vdr-plugin-streamdev-66b69f42817e74e9b4cd30c39ba5beaa31ebf1b2.tar.bz2 |
- fixed missing include
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): |