From f769cc8782b007f5c213938dde9ecd9f08832d56 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 8 Aug 2006 13:57:29 +0000 Subject: [PATCH] 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" --- tests/check/elements/gdpdepay.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check/elements/gdpdepay.c b/tests/check/elements/gdpdepay.c index 91ea879ea5..74277cdfb0 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 #include -- 2.34.1