changeset 3838:0fdab5847f76

fixes a problem with undefined types (harmless anyway)
author pl
date Fri, 28 Dec 2001 18:14:23 +0000
parents 6659db99f200
children b608086bf84e
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Dec 28 18:03:03 2001 +0000
+++ b/configure	Fri Dec 28 18:14:23 2001 +0000
@@ -2439,6 +2439,7 @@
  if test "$_tv" = yes && linux ; then
   if test -c /dev/video0 || test -c /dev/video ; then
     cat > $TMPC <<EOF
+#include <stdlib.h>
 #include <linux/videodev.h>
 int main(void) { return 0; }
 EOF