bugfixes: kill all connections with client on error, fix use of include file in vims.h and vj-client.h, fixed VIMS verification in strict mode, be less resilient in trying to send/recv data

git-svn-id: svn://code.dyne.org/veejay/trunk@1377 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2010-02-05 21:25:36 +00:00
parent c415a1b697
commit 1351248a1e
5 changed files with 8 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
#include <config.h>
#include <stdint.h>
#include <stdio.h>
#include <veejay/vjmem.h>
#include <veejay/vims.h>
#include <veejay/vj-client.h>