From f40182cb123c91d4bc8fd3dbf9c3cca615f72c31 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 19 Jan 2007 11:58:03 +0000 Subject: r20897: fix compiler warnings metze (This used to be commit 5ac562e1e0e8de03c8bcd083a1822b31667c5e21) --- source4/ntvfs/common/opendb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/ntvfs/common/opendb.c') diff --git a/source4/ntvfs/common/opendb.c b/source4/ntvfs/common/opendb.c index df6bb7249b..e272ece3e5 100644 --- a/source4/ntvfs/common/opendb.c +++ b/source4/ntvfs/common/opendb.c @@ -46,6 +46,7 @@ #include "lib/messaging/irpc.h" #include "librpc/gen_ndr/ndr_opendb.h" #include "ntvfs/ntvfs.h" +#include "ntvfs/common/ntvfs_common.h" #include "cluster/cluster.h" struct odb_context { -- cgit