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 10:58:00 +0100
commit7a9b09e5ef1990021f62bd66ef972a6476721671 (patch)
treeb07af65edf9d9ff9f1ade084a10bc6ba01e3beff
parentc92d3342872089c40e37c3469e442710306067a2 (diff)
build: Fix missing #include <stdlib.h> for EXIT_SUCCESS/_FAILURE
-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>