public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/4] <sys/fcntl.h> is a less portable synonym to <fcntl.h>
@ 2015-05-10 10:57 Felix Janda
  0 siblings, 0 replies; only message in thread
From: Felix Janda @ 2015-05-10 10:57 UTC (permalink / raw)
  To: linux-media

Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 utils/qv4l2/raw2sliced.cpp          | 2 +-
 utils/v4l2-compliance/v4l-helpers.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/qv4l2/raw2sliced.cpp b/utils/qv4l2/raw2sliced.cpp
index 4db158a..9fee6e1 100644
--- a/utils/qv4l2/raw2sliced.cpp
+++ b/utils/qv4l2/raw2sliced.cpp
@@ -5,7 +5,7 @@
 #include <string.h>
 #include <assert.h>
 #include <unistd.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 
 #include "raw2sliced.h"
 
diff --git a/utils/v4l2-compliance/v4l-helpers.h b/utils/v4l2-compliance/v4l-helpers.h
index a36ca14..c7433e5 100644
--- a/utils/v4l2-compliance/v4l-helpers.h
+++ b/utils/v4l2-compliance/v4l-helpers.h
@@ -9,7 +9,7 @@
 #include <time.h>
 #include <unistd.h>
 #include <sys/ioctl.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #include <sys/mman.h>
 #include <errno.h>
 
-- 
2.3.6


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-10 10:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-10 10:57 [PATCH 3/4] <sys/fcntl.h> is a less portable synonym to <fcntl.h> Felix Janda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox