diff options
author | Simo Sorce <idra@samba.org> | 2008-06-16 09:04:33 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-06-16 09:06:50 -0400 |
commit | ab871770ca21c35024df4d741cf20670c6e69e80 (patch) | |
tree | a9f24cbc4a8774a23ec0a46dba071c53fc97dbb9 /source4/auth | |
parent | b6fc30b360539c94c4a5d8ac10820931baccc1bd (diff) | |
download | samba-ab871770ca21c35024df4d741cf20670c6e69e80.tar.gz samba-ab871770ca21c35024df4d741cf20670c6e69e80.tar.bz2 samba-ab871770ca21c35024df4d741cf20670c6e69e80.zip |
Fix build
(This used to be commit 220b58070239141158d796bd782d62cc36cd19db)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/session.h b/source4/auth/session.h index 933b14a1b4..e0805e1584 100644 --- a/source4/auth/session.h +++ b/source4/auth/session.h @@ -29,6 +29,7 @@ struct auth_session_info { }; #include "librpc/gen_ndr/netlogon.h" +#include "lib/events/events.h" /* Create a security token for a session SYSTEM (the most * trusted/prvilaged account), including the local machine account as |