Added sys/types.h to configure check for videodev.h.
This commit is contained in:
parent
ab214a05c8
commit
59f97251f2
|
@ -16680,6 +16680,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
||||||
#ifdef HAVE_SYS_TIME_H
|
#ifdef HAVE_SYS_TIME_H
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <sys/types.h>
|
||||||
#ifdef HAVE_ASM_TYPES_H
|
#ifdef HAVE_ASM_TYPES_H
|
||||||
#include <asm/types.h>
|
#include <asm/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1227,6 +1227,7 @@ AC_CHECK_HEADERS(linux/videodev.h,,,
|
||||||
[#ifdef HAVE_SYS_TIME_H
|
[#ifdef HAVE_SYS_TIME_H
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <sys/types.h>
|
||||||
#ifdef HAVE_ASM_TYPES_H
|
#ifdef HAVE_ASM_TYPES_H
|
||||||
#include <asm/types.h>
|
#include <asm/types.h>
|
||||||
#endif])
|
#endif])
|
||||||
|
|
Loading…
Reference in New Issue