1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

s3: include ntdomain.h before including generated srv_ headers.

Guenther
This commit is contained in:
Günther Deschner
2011-05-02 13:21:53 +02:00
parent 911cdc56c1
commit 0e76eddcc8
23 changed files with 23 additions and 18 deletions

View File

@ -20,12 +20,12 @@
*/
#include "includes.h"
#include "ntdomain.h"
#include "../libcli/security/security.h"
#include "librpc/gen_ndr/ndr_epmapper.h"
#include "librpc/gen_ndr/srv_epmapper.h"
#include "srv_epmapper.h"
#include "auth.h"
#include "ntdomain.h"
typedef uint32_t error_status_t;