summaryrefslogtreecommitdiff
path: root/source3/include/ads.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r--source3/include/ads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index f200df5d22..f70c5a6f12 100644
--- a/source3/include/ads.h
+++ b/source3/include/ads.h
@@ -1,3 +1,5 @@
+#ifndef _INCLUDE_ADS_H_
+#define _INCLUDE_ADS_H_
/*
header for ads (active directory) library routines
@@ -312,3 +314,4 @@ typedef struct {
int val;
int critical;
} ads_control;
+#endif