summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-08-08 13:57:29 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-09-11 01:54:31 +0100
commitf769cc8782b007f5c213938dde9ecd9f08832d56 (patch)
tree400beb06e1ec732c10a4affeb8d06c8321b8a830 /tests
parent63c6ec236aa437347939259215f4ef7f0e4388d9 (diff)
downloadgstreamer-plugins-bad-f769cc8782b007f5c213938dde9ecd9f08832d56.tar.gz
tests/check/elements/gdpdepay.c: I forgot to include the file containing the #define :)
Original commit message from CVS: * tests/check/elements/gdpdepay.c: (gdpdepay_suite): I forgot to include the file containing the #define :) Now includes "config.h"
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/gdpdepay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/elements/gdpdepay.c b/tests/check/elements/gdpdepay.c
index 91ea879ea..74277cdfb 100644
--- a/tests/check/elements/gdpdepay.c
+++ b/tests/check/elements/gdpdepay.c
@@ -18,6 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
+#include "config.h"
#include <string.h>
#include <unistd.h>