From 602b6b64352bb513a65924d310b5a63b86975bf6 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Thu, 14 Jan 2016 14:46:14 +0100 Subject: [PATCH] clients: fix build on Linux Cannot find out why stropts.h is needed and Linux doesn't support streams anyway, so there is no stropts.h. Signed-off-by: Olivier Fourdan Reviewed-by: Derek Foreman --- clients/simple-dmabuf-v4l.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/simple-dmabuf-v4l.c b/clients/simple-dmabuf-v4l.c index 2334e099..29e41ace 100644 --- a/clients/simple-dmabuf-v4l.c +++ b/clients/simple-dmabuf-v4l.c @@ -34,7 +34,6 @@ #include -#include #include #include #include