=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Attic/mpool.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/include/Attic/mpool.h 1996/05/07 09:02:18 1.2 +++ src/include/Attic/mpool.h 1997/02/27 00:57:11 1.3 @@ -35,6 +35,9 @@ * @(#)mpool.h 8.2 (Berkeley) 7/14/94 */ +#ifndef _MPOOL_H_ +#define _MPOOL_H_ + #include /* @@ -99,3 +102,5 @@ void mpool_stat __P((MPOOL *)); #endif __END_DECLS + +#endif