From 396074a7fce4db86a58cb56e42fbbf93eb73ce8a Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Wed, 29 Jun 2005 20:30:12 +0000 Subject: r7999: Fix lacking structure definition. rafal (This used to be commit 6886aefe4c78e3e208eacb3c4b76f1189bd1352a) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/include/structs.h b/source4/include/structs.h index 41b153e2b8..b83c342e89 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -99,6 +99,7 @@ struct samr_LogonHours; struct netr_Credential; struct netr_Authenticator; union netr_Validation; +struct netr_SamBaseInfo; struct iface_struct; -- cgit