From 2390d3a31cb028347eb86477076d37879616730c Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 2 Oct 2009 19:08:21 +0300 Subject: [PATCH] build: add missing stdlib include to fix the build --- ext/faac/gstfaac.c | 1 + gst/videomeasure/gstvideomeasure_ssim.c | 1 + tests/examples/camerabin/gst-camera-perf.c | 1 + 3 files changed, 3 insertions(+) diff --git a/ext/faac/gstfaac.c b/ext/faac/gstfaac.c index ea3120e85a..d72c251db2 100644 --- a/ext/faac/gstfaac.c +++ b/ext/faac/gstfaac.c @@ -47,6 +47,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif +#include #include #include "gstfaac.h" diff --git a/gst/videomeasure/gstvideomeasure_ssim.c b/gst/videomeasure/gstvideomeasure_ssim.c index 36041a1a63..d377b9bd6a 100644 --- a/gst/videomeasure/gstvideomeasure_ssim.c +++ b/gst/videomeasure/gstvideomeasure_ssim.c @@ -55,6 +55,7 @@ #include "gstvideomeasure.h" #include "gstvideomeasure_ssim.h" #include +#include #include #include diff --git a/tests/examples/camerabin/gst-camera-perf.c b/tests/examples/camerabin/gst-camera-perf.c index 8aa62e9c06..9acfb483ba 100644 --- a/tests/examples/camerabin/gst-camera-perf.c +++ b/tests/examples/camerabin/gst-camera-perf.c @@ -56,6 +56,7 @@ #ifdef SAVE_SNAPSHOT #include #endif +#include #include #include #include