From e3f2414cf9e582a4e4deecc662b64a7bb2679a34 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 14 Mar 2006 15:03:25 +0000 Subject: r14380: Reduce the size of structs.h (This used to be commit 1a16a6f1dfa66499af43a6b88b3ea69a6a75f1fe) --- source4/smbd/process_model.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/smbd/process_model.h') diff --git a/source4/smbd/process_model.h b/source4/smbd/process_model.h index d525ce9cdd..27fac68bb9 100644 --- a/source4/smbd/process_model.h +++ b/source4/smbd/process_model.h @@ -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__ */ -- cgit