summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>