auth: include auth.idl structures into common_auth.h
authorAndrew Bartlett <abartlet@samba.org>
Fri, 15 Jul 2011 05:22:41 +0000 (15:22 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 23:17:10 +0000 (09:17 +1000)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
auth/common_auth.h

index b2db23c72001a03c9d86b3b8c989d12010676bd8..e9c4bb5f636faa1618b11b925e1ccfb55a660348 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef AUTH_COMMON_AUTH_H
 #define AUTH_COMMON_AUTH_H
 
+#include "librpc/gen_ndr/auth.h"
+
 #define USER_INFO_CASE_INSENSITIVE_USERNAME 0x01 /* username may be in any case */
 #define USER_INFO_CASE_INSENSITIVE_PASSWORD 0x02 /* password may be in any case */
 #define USER_INFO_DONT_CHECK_UNIX_ACCOUNT   0x04 /* don't check unix account status */