s3:nmbd: add _NMBD_NMBD_H_ guard to nmbd.h
authorMichael Adam <obnox@samba.org>
Tue, 31 May 2011 11:30:34 +0000 (13:30 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 31 May 2011 16:37:29 +0000 (18:37 +0200)
source3/nmbd/nmbd.h

index 5ee4edfae5e05186587f9e7f26e67db7e5ae4ae6..47940e19401e934bc312394286c165d85b6f8060 100644 (file)
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#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_ */