summaryrefslogtreecommitdiff
path: root/tests/test-rgb-upload.c
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-06-13 20:03:28 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2009-06-13 20:03:28 +0100
commit7bcfaa6946d56a4d635ea3cd7455915435f20d5c (patch)
treed867abad14a99ec9b50adcde2971cf4a0e05ddce /tests/test-rgb-upload.c
parent1b1dd8e746b071bacf4d2c581e6eeac0f5ce2e68 (diff)
downloadclutter-gst-7bcfaa6946d56a4d635ea3cd7455915435f20d5c.tar.gz
Make examples and tests use GCC_FLAGS
And few the few resulting warnings.
Diffstat (limited to 'tests/test-rgb-upload.c')
-rw-r--r--tests/test-rgb-upload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-rgb-upload.c b/tests/test-rgb-upload.c
index 0185c7e..77efc00 100644
--- a/tests/test-rgb-upload.c
+++ b/tests/test-rgb-upload.c
@@ -1,5 +1,6 @@
#include <string.h>
+#include <glib/gprintf.h>
#include <clutter-gst/clutter-gst.h>
static gint opt_framerate = 30;