# HG changeset patch # User bert # Date 1102111011 0 # Node ID df674ccdd98e9ee1b7cda92d7871692b15b190c1 # Parent 054f27610998486d35777f2e68a282782e35f197 Include config.h diff --git a/progs/minclookup/minclookup.c b/progs/minclookup/minclookup.c --- a/progs/minclookup/minclookup.c +++ b/progs/minclookup/minclookup.c @@ -11,7 +11,10 @@ @CREATED : December 6, 1994 (Peter Neelin) @MODIFIED : * $Log: minclookup.c,v $ - * Revision 6.5 2004-11-01 22:38:38 bert + * Revision 6.6 2004-12-03 21:57:08 bert + * Include config.h + * + * Revision 6.5 2004/11/01 22:38:38 bert * Eliminate all references to minc_def.h * * Revision 6.4 2004/05/20 21:52:08 bert @@ -69,9 +72,10 @@ ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/progs/minclookup/minclookup.c,v 6.5 2004-11-01 22:38:38 bert Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/progs/minclookup/minclookup.c,v 6.6 2004-12-03 21:57:08 bert Exp $"; #endif +#include "config.h" #include #include #include diff --git a/progs/mincmath/mincmath.c b/progs/mincmath/mincmath.c --- a/progs/mincmath/mincmath.c +++ b/progs/mincmath/mincmath.c @@ -10,7 +10,10 @@ @CREATED : April 28, 1995 (Peter Neelin) @MODIFIED : * $Log: mincmath.c,v $ - * Revision 6.7 2004-11-01 22:38:39 bert + * Revision 6.8 2004-12-03 21:56:51 bert + * Include config.h + * + * Revision 6.7 2004/11/01 22:38:39 bert * Eliminate all references to minc_def.h * * Revision 6.6 2004/04/27 15:31:45 bert @@ -72,9 +75,10 @@ ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincmath/mincmath.c,v 6.7 2004-11-01 22:38:39 bert Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincmath/mincmath.c,v 6.8 2004-12-03 21:56:51 bert Exp $"; #endif +#include "config.h" #include #include #include