ticket 8 bundled fix (sys/* includes, v4l dependency, autools update

git-svn-id: svn://code.dyne.org/veejay/trunk@219 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2005-03-01 01:36:25 +00:00
parent 8c0274f2e1
commit 9d9dc4e23c
13 changed files with 116 additions and 19 deletions

View File

@@ -52,9 +52,11 @@ The OpenSound Control WWW page is
#include <stdarg.h>
#include <stdio.h>
#include <unistd.h>
#include <stdint.h>
#include <sys/types.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <stdint.h>
#include <sys/time.h>
void fatal_error(char *s, ...) {
va_list ap;