mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
- fixed missing include
This commit is contained in:
parent
450c8fd4a7
commit
66b69f4281
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user