Added sys/types.h to configure check for videodev.h.
diff --git a/configure b/configure
index 28e7d31..bbb5da1 100755
--- a/configure
+++ b/configure
@@ -16680,6 +16680,7 @@
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
+#include <sys/types.h>
#ifdef HAVE_ASM_TYPES_H
#include <asm/types.h>
#endif
diff --git a/configure.ac b/configure.ac
index 8166b20..f87c54b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1227,6 +1227,7 @@
[#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
+#include <sys/types.h>
#ifdef HAVE_ASM_TYPES_H
#include <asm/types.h>
#endif])