From 008c2cf448001e9429301ed553ef5235ce5ef5bc Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 16 Jul 2003 00:54:07 +0000 Subject: [PATCH] Needs the config.h header. --- svector.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/svector.h b/svector.h index c360af1bf..3b093d0a4 100644 --- a/svector.h +++ b/svector.h @@ -21,9 +21,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: svector.h,v 1.7 2003/07/15 05:07:13 steve Exp $" +#ident "$Id: svector.h,v 1.8 2003/07/16 00:54:07 steve Exp $" #endif +# include "config.h" # include # include @@ -108,6 +109,9 @@ svector::svector(unsigned size) /* * $Log: svector.h,v $ + * Revision 1.8 2003/07/16 00:54:07 steve + * Needs the config.h header. + * * Revision 1.7 2003/07/15 05:07:13 steve * Move PUdp constructor into compiled file. *