Mercurial > hg > minc-tools
changeset 1652:3e48e8c9ccc7
Include config.h
author | bert <bert> |
---|---|
date | Mon, 02 Feb 2004 18:27:06 +0000 |
parents | c59daa2c4e0c |
children | 5671691991a6 |
files | progs/minc_modify_header/minc_modify_header.c |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/progs/minc_modify_header/minc_modify_header.c +++ b/progs/minc_modify_header/minc_modify_header.c @@ -10,7 +10,10 @@ @CREATED : March 31, 1995 (Peter Neelin) @MODIFIED : * $Log: minc_modify_header.c,v $ - * Revision 6.6 2003-11-14 16:52:24 stever + * Revision 6.7 2004-02-02 18:27:06 bert + * Include config.h + * + * Revision 6.6 2003/11/14 16:52:24 stever * More last-minute fixes. * * Revision 6.5 2001/04/17 18:40:16 neelin @@ -66,9 +69,10 @@ ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/progs/minc_modify_header/minc_modify_header.c,v 6.6 2003-11-14 16:52:24 stever Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/progs/minc_modify_header/minc_modify_header.c,v 6.7 2004-02-02 18:27:06 bert Exp $"; #endif +#include "config.h" #include <stdlib.h> #include <stdio.h> #include <string.h>