aboutsummaryrefslogtreecommitdiffstats
path: root/smbencrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'smbencrypt.c')
-rw-r--r--smbencrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smbencrypt.c b/smbencrypt.c
index a98c63dc..b596587d 100644
--- a/smbencrypt.c
+++ b/smbencrypt.c
@@ -30,13 +30,13 @@ extern int DEBUGLEVEL;
#include <ctype.h>
#include "smbbyteorder.h"
#include "smbdes.h"
+#include "smbencrypt.h"
#include "smbmd4.h"
#ifndef _AIX
typedef unsigned char uchar;
#endif
typedef signed short int16;
-typedef unsigned short uint16;
typedef int BOOL;
#define False 0
#define True 1