diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2016-01-14 14:46:14 +0100 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2016-01-14 13:50:23 -0600 |
commit | 602b6b64352bb513a65924d310b5a63b86975bf6 (patch) | |
tree | ab3fc68d2832c78b0ab85372e8a3cf56efd7e788 | |
parent | ea8fb94337085f0393b96f13a55c10bc44c819a1 (diff) |
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>
-rw-r--r-- | clients/simple-dmabuf-v4l.c | 1 |
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> |