From ab959d7b4194715870128e616b8e29d4a101e488 Mon Sep 17 00:00:00 2001 From: etobi Date: Tue, 3 Sep 2013 09:48:41 +0200 Subject: Imported Upstream version 1.1.1+rev1207 --- test/test_vevent.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/test_vevent.c') diff --git a/test/test_vevent.c b/test/test_vevent.c index f61143e..bfd0369 100644 --- a/test/test_vevent.c +++ b/test/test_vevent.c @@ -1,4 +1,4 @@ -/* +/* * test_vevent.c - Test VIDEO_GET_EVENT and poll(9 for video events * * Copyright (C) 2003 convergence GmbH @@ -29,6 +29,7 @@ #include #include +#include #include @@ -73,7 +74,7 @@ int main(void) printf("using video device '%s'\n", videodev); - if((vfd = open(videodev, O_RDONLY | O_NONBLOCK)) < 0) { + if ((vfd = open(videodev, O_RDONLY | O_NONBLOCK)) < 0) { perror("open video device"); return 1; } @@ -122,4 +123,3 @@ int main(void) close(vfd); return 0; } - -- cgit v1.2.3