summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/audit.c1
-rw-r--r--source3/lib/winbind_util.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/audit.c b/source3/lib/audit.c
index 0eb12a95e6..dd6e039e2d 100644
--- a/source3/lib/audit.c
+++ b/source3/lib/audit.c
@@ -18,6 +18,7 @@
*/
#include "includes.h"
+#include "../librpc/gen_ndr/lsa.h"
static const struct audit_category_tab {
uint32 category;
diff --git a/source3/lib/winbind_util.h b/source3/lib/winbind_util.h
index 960bd4ee77..541bb95f17 100644
--- a/source3/lib/winbind_util.h
+++ b/source3/lib/winbind_util.h
@@ -21,6 +21,8 @@
#ifndef __LIB__WINBIND_UTIL_H__
#define __LIB__WINBIND_UTIL_H__
+#include "../librpc/gen_ndr/lsa.h"
+
/* needed for wbcErr below */
#include "nsswitch/libwbclient/wbclient.h"