From a8d0f5df6266aeacdb20326094c0401618ab62e8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 5 Feb 2007 14:20:35 +0000 Subject: r21142: fix compiler warnings metze (This used to be commit 1f8a037ac4f592d29f7d66e1f924efe1c5d8c2b0) --- source4/auth/credentials/credentials.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/credentials') diff --git a/source4/auth/credentials/credentials.h b/source4/auth/credentials/credentials.h index e5dd5f66fc..b71539c2eb 100644 --- a/source4/auth/credentials/credentials.h +++ b/source4/auth/credentials/credentials.h @@ -116,6 +116,7 @@ struct cli_credentials { BOOL callback_running; }; +struct ldb_context; #include "auth/credentials/credentials_proto.h" #endif /* __CREDENTIALS_H__ */ -- cgit