From 1a632552e0f9297b8f2ec8e08b659c1e25394747 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 4 Oct 2014 11:06:13 +0200 Subject: build: resolve compiler warning about implicit delcaration CC msgfile_test.o msgfile/msgfile_test.c: In function "main": msgfile/msgfile_test.c:48:2: warning: implicit declaration of function "talloc_free" [-Wimplicit-function-declaration] talloc_free(entries); ^ --- tests/msgfile/msgfile_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/msgfile/msgfile_test.c b/tests/msgfile/msgfile_test.c index a9196947..2684b6a4 100644 --- a/tests/msgfile/msgfile_test.c +++ b/tests/msgfile/msgfile_test.c @@ -20,6 +20,7 @@ */ #include +#include #include -- cgit v1.2.3