summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-09-23 10:58:00 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2010-09-23 11:09:51 +0100
commitd6bc57b3b7fb68ffb20b3e8de9615c901bc14e82 (patch)
treea3e1a1d72e7618781a85f14e90f7edd71372d0a7
parent69ef04b71758d698dc3ec33eb68198990b6c27fc (diff)
downloadclutter-gst-1.2.tar.gz
build: Fix missing #include <stdlib.h> for EXIT_SUCCESS/_FAILUREclutter-gst-1.2
(cherry picked from commit 7a9b09e5ef1990021f62bd66ef972a6476721671)
-rw-r--r--tests/test-alpha.c1
-rw-r--r--tests/test-rgb-upload.c1
-rw-r--r--tests/test-yuv-upload.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-alpha.c b/tests/test-alpha.c
index b577eba..693905c 100644
--- a/tests/test-alpha.c
+++ b/tests/test-alpha.c
@@ -25,6 +25,7 @@
* Boston, MA 02111-1307, USA.
*/
+#include <stdlib.h>
#include <string.h>
#include <math.h>
diff --git a/tests/test-rgb-upload.c b/tests/test-rgb-upload.c
index 388fa9f..f47c99b 100644
--- a/tests/test-rgb-upload.c
+++ b/tests/test-rgb-upload.c
@@ -25,6 +25,7 @@
* Boston, MA 02111-1307, USA.
*/
+#include <stdlib.h>
#include <string.h>
#include <glib/gprintf.h>
diff --git a/tests/test-yuv-upload.c b/tests/test-yuv-upload.c
index f890a82..dc7a15a 100644
--- a/tests/test-yuv-upload.c
+++ b/tests/test-yuv-upload.c
@@ -25,6 +25,7 @@
* Boston, MA 02111-1307, USA.
*/
+#include <stdlib.h>
#include <string.h>
#include <glib/gprintf.h>