diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-12 16:17:21 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-12 16:17:21 +0200 |
commit | a59ce1d94c5b3e3e57c40ee0a60c1c3df3304bfa (patch) | |
tree | 9bcdb49c63e67b4274a92d4d7f53c70453f147b4 /source3/libsmb | |
parent | 3bcb76a92499aca8b209c8a5f07829cd852cbaa0 (diff) | |
download | samba-a59ce1d94c5b3e3e57c40ee0a60c1c3df3304bfa.tar.gz samba-a59ce1d94c5b3e3e57c40ee0a60c1c3df3304bfa.tar.bz2 samba-a59ce1d94c5b3e3e57c40ee0a60c1c3df3304bfa.zip |
Use common byteorder.h.
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/smbencrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/smbencrypt.c b/source3/libsmb/smbencrypt.c index 05fd808a32..ee162b1b2d 100644 --- a/source3/libsmb/smbencrypt.c +++ b/source3/libsmb/smbencrypt.c @@ -22,7 +22,7 @@ */ #include "includes.h" -#include "byteorder.h" +#include "../lib/util/byteorder.h" void SMBencrypt_hash(const uchar lm_hash[16], const uchar *c8, uchar p24[24]) { |