From da3a8fe0fc5e9531840d8af3719b1a1882c1ab2b Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 11 Mar 2010 11:14:53 +0200 Subject: [PATCH] invtelecine: inlcude stdlib.h for abs() --- gst/invtelecine/gstinvtelecine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/invtelecine/gstinvtelecine.c b/gst/invtelecine/gstinvtelecine.c index 4cd8f7df76..be9d56a455 100644 --- a/gst/invtelecine/gstinvtelecine.c +++ b/gst/invtelecine/gstinvtelecine.c @@ -23,6 +23,7 @@ #include #include +#include #include GST_DEBUG_CATEGORY (gst_invtelecine_debug);