r14380: Reduce the size of structs.h
[kai/samba-autobuild/.git] / source4 / smbd / process_model.h
index d525ce9cdd71a99c298d430003b51743bf390e67..27fac68bb90f09a5cfb758c9445f579287a1a08b 100644 (file)
@@ -22,6 +22,9 @@
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+#ifndef __PROCESS_MODEL_H__
+#define __PROCESS_MODEL_H__
+
 #include "lib/socket/socket.h"
 
 /* modules can use the following to determine if the interface has changed
@@ -65,3 +68,5 @@ struct process_model_critical_sizes {
 };
 
 #include "smbd/process_model_proto.h"
+
+#endif /* __PROCESS_MODEL_H__ */