From fdd225c3e41ed5a81ef02d39ac037818bde49c03 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 31 May 2011 13:30:34 +0200 Subject: [PATCH] s3:nmbd: add _NMBD_NMBD_H_ guard to nmbd.h --- source3/nmbd/nmbd.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source3/nmbd/nmbd.h b/source3/nmbd/nmbd.h index 5ee4edfae5e..47940e19401 100644 --- a/source3/nmbd/nmbd.h +++ b/source3/nmbd/nmbd.h @@ -18,9 +18,14 @@ * along with this program. If not, see . */ +#ifndef _NMBD_NMBD_H_ +#define _NMBD_NMBD_H_ + #ifndef HAVE_PIPE #define SYNC_DNS 1 #endif #include "libsmb/nmblib.h" #include "nmbd/nmbd_proto.h" + +#endif /* _NMBD_NMBD_H_ */ -- 2.11.4.GIT