From 22bedb42ab964f3e3a771746c3218397b4bb318d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 19 Jan 2007 12:12:53 +0000 Subject: r20898: make it work to include ntvfs/ntvfs.h multiple times metze (This used to be commit 6814f38f000e9d44bdf25ca5bc1d69fd82522614) --- source4/ntvfs/ntvfs.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source4/ntvfs/ntvfs.h b/source4/ntvfs/ntvfs.h index 69e638e1a1..e805c97bbd 100644 --- a/source4/ntvfs/ntvfs.h +++ b/source4/ntvfs/ntvfs.h @@ -19,6 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef _NTVFS_H_ +#define _NTVFS_H_ + #include "libcli/raw/interfaces.h" #include "param/share.h" @@ -311,3 +314,5 @@ struct messaging_context; #include "librpc/gen_ndr/security.h" #include "librpc/gen_ndr/notify.h" #include "ntvfs/ntvfs_proto.h" + +#endif /* _NTVFS_H_ */ -- cgit