summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 8d268dcb84..268997f160 100755
--- a/configure
+++ b/configure
@@ -2439,6 +2439,7 @@ if test "$_tv_v4l" = auto ; then
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