From 427dd6f998fb1fde515a3b5c800f9f6d308197b2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 Sep 2013 19:24:12 +0000 Subject: -towards addressing #3047, note this causes the code to FTBFS --- src/util/test_strings.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/util/test_strings.c') diff --git a/src/util/test_strings.c b/src/util/test_strings.c index e0c3cfebf..f6f872211 100644 --- a/src/util/test_strings.c +++ b/src/util/test_strings.c @@ -22,8 +22,7 @@ * @brief testcase for strings.c */ #include "platform.h" -#include "gnunet_common.h" -#include "gnunet_strings_lib.h" +#include "gnunet_util_lib.h" #define WANT(a,b) if (0 != strcmp(a,b)) { fprintf(stderr, "Got `%s', wanted `%s'\n", b, a); GNUNET_free(b); GNUNET_break(0); return 1;} else { GNUNET_free (b); } -- cgit v1.2.3