summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index b81f80eca5..2c761f57a1 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -1,3 +1,5 @@
+#ifndef _SMBAUTH_H_
+#define _SMBAUTH_H_
/*
Unix SMB/Netbios implementation.
Version 2.2
@@ -93,3 +95,4 @@ typedef struct serversupplied_info
} auth_serversupplied_info;
+#endif /* _SMBAUTH_H_ */