Added sys/types.h to configure check for videodev.h.

oldstable
Adrian Harvey 2005-06-12 11:10:43 +00:00 committed by Alexandre Julliard
parent ab214a05c8
commit 59f97251f2
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -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

View File

@ -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])