From d8cfca3a9bd2b6b6c562fd202377d95a98eb5472 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 May 2011 11:25:29 +0200 Subject: s3: only include tdb headers where needed. Guenther --- source3/printing/tests/vlp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/printing/tests/vlp.c') diff --git a/source3/printing/tests/vlp.c b/source3/printing/tests/vlp.c index 4bff290e28..b22050632e 100644 --- a/source3/printing/tests/vlp.c +++ b/source3/printing/tests/vlp.c @@ -23,6 +23,7 @@ #include "system/passwd.h" #include "system/filesys.h" #include "printing.h" +#include "util_tdb.h" #ifdef malloc #undef malloc -- cgit