summaryrefslogtreecommitdiff
path: root/source4/utils/ntlm_auth.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-10 05:22:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:39 -0500
commit8674eaa5cc9b1ddeb65f05527a5b539f15e4afcb (patch)
treefa22e4096076a63a43629945c6b1c5e456dd20e2 /source4/utils/ntlm_auth.c
parentec15008ec703b44ff3073bf074eda8adc8c5d00c (diff)
downloadsamba-8674eaa5cc9b1ddeb65f05527a5b539f15e4afcb.tar.gz
samba-8674eaa5cc9b1ddeb65f05527a5b539f15e4afcb.tar.bz2
samba-8674eaa5cc9b1ddeb65f05527a5b539f15e4afcb.zip
r5300: more uint32 and system/filesys.h build fixes when developer mode is enabled
(This used to be commit 93931b1a741a3722c311ada80c4c9d3d670f91b2)
Diffstat (limited to 'source4/utils/ntlm_auth.c')
-rw-r--r--source4/utils/ntlm_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c
index 3c46b0ca70..b527504046 100644
--- a/source4/utils/ntlm_auth.c
+++ b/source4/utils/ntlm_auth.c
@@ -24,8 +24,8 @@
#include "includes.h"
#include "dynconfig.h"
-#include "system/passwd.h"
#include "system/filesys.h"
+#include "system/passwd.h"
#include "lib/cmdline/popt_common.h"
#include "auth/auth.h"
#include "libcli/security/security.h"