diff options
author | Miles Bader <miles@gnu.org> | 1995-07-19 18:07:47 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-07-19 18:07:47 +0000 |
commit | ba6e170c8a545e802928cb1b810ddf35f37ef8a5 (patch) | |
tree | b8b24b8a4e2ce38d85d9184445e96925c62a37d7 /pflocal | |
parent | 115a4a29181d752ce925ebf9707977b081e91ad5 (diff) |
entered into RCS
Diffstat (limited to 'pflocal')
-rw-r--r-- | pflocal/mig-decls.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pflocal/mig-decls.h b/pflocal/mig-decls.h index 0efc50cc..fe4aefdf 100644 --- a/pflocal/mig-decls.h +++ b/pflocal/mig-decls.h @@ -20,6 +20,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef __MIG_DECLS_H__ +#define __MIG_DECLS_H__ + #include "sock.h" /* For mig */ @@ -52,3 +55,5 @@ end_using_addr_port (addr_t addr) if (addr != NULL) ports_port_deref (addr); } + +#endif /* __MIG_DECLS_H__ */ |