summaryrefslogtreecommitdiff
path: root/source4/kdc/samba_kdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/kdc/samba_kdc.h')
-rw-r--r--source4/kdc/samba_kdc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/kdc/samba_kdc.h b/source4/kdc/samba_kdc.h
index faa4c7b7ad..3852955e45 100644
--- a/source4/kdc/samba_kdc.h
+++ b/source4/kdc/samba_kdc.h
@@ -21,6 +21,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef _SAMBA_KDC_H_
+#define _SAMBA_KDC_H_
+
struct samba_kdc_base_context {
struct tevent_context *ev_ctx;
struct loadparm_context *lp_ctx;
@@ -45,3 +48,5 @@ struct samba_kdc_entry {
struct ldb_dn *realm_dn;
hdb_entry_ex *entry_ex;
};
+
+#endif /* _SAMBA_KDC_H_ */