summaryrefslogtreecommitdiff
path: root/tests/cheese-test-monitor.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-08-22 20:31:24 +0100
committerDavid King <amigadave@amigadave.com>2012-08-22 20:31:24 +0100
commit388fd6ee0462b52f86b264cb1508155edcd34b56 (patch)
treebb80e994f6d250ce06ce3312b3a856d57aa7ac19 /tests/cheese-test-monitor.c
parent54df90335a2149f1dc81e9e4862dad027b7fe164 (diff)
downloadcheese-388fd6ee0462b52f86b264cb1508155edcd34b56.tar.gz
Add missing stdlib.h includes
For the EXIT_* macro definitions. https://bugzilla.gnome.org/show_bug.cgi?id=682491
Diffstat (limited to 'tests/cheese-test-monitor.c')
-rw-r--r--tests/cheese-test-monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cheese-test-monitor.c b/tests/cheese-test-monitor.c
index 8fd0b6fc..db3b52d3 100644
--- a/tests/cheese-test-monitor.c
+++ b/tests/cheese-test-monitor.c
@@ -1,4 +1,5 @@
#include <glib.h>
+#include <stdlib.h>
#include "cheese-camera-device-monitor.h"
#include "cheese-camera-device.h"