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
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_ASM_TYPES_H
|
||||
#include <asm/types.h>
|
||||
#endif
|
||||
|
|
|
@ -1227,6 +1227,7 @@ AC_CHECK_HEADERS(linux/videodev.h,,,
|
|||
[#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_ASM_TYPES_H
|
||||
#include <asm/types.h>
|
||||
#endif])
|
||||
|
|
Loading…
Reference in New Issue