summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2016-01-14 14:46:14 +0100
committerDerek Foreman <derekf@osg.samsung.com>2016-01-14 13:50:23 -0600
commit602b6b64352bb513a65924d310b5a63b86975bf6 (patch)
treeab3fc68d2832c78b0ab85372e8a3cf56efd7e788 /clients
parentea8fb94337085f0393b96f13a55c10bc44c819a1 (diff)
downloadweston-602b6b64352bb513a65924d310b5a63b86975bf6.tar.gz
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 <ofourdan@redhat.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Diffstat (limited to 'clients')
-rw-r--r--clients/simple-dmabuf-v4l.c1
1 files changed, 0 insertions, 1 deletions
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 <drm_fourcc.h>
-#include <stropts.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>