summaryrefslogtreecommitdiff
path: root/source4/libcli/libcli.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/libcli.h')
-rw-r--r--source4/libcli/libcli.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/libcli/libcli.h b/source4/libcli/libcli.h
index 76fa13525e..c358ac5752 100644
--- a/source4/libcli/libcli.h
+++ b/source4/libcli/libcli.h
@@ -19,6 +19,9 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifndef __LIBCLI_H__
+#define __LIBCLI_H__
+
#include "smb.h"
/*
@@ -47,3 +50,5 @@ struct nbt_dc_name {
};
#include "libcli/libcli_proto.h"
+
+#endif /* __LIBCLI_H__ */