=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_main.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- OpenXM_contrib2/fep/fep_main.c 2009/02/24 07:30:15 1.6 +++ OpenXM_contrib2/fep/fep_main.c 2010/04/23 05:34:05 1.7 @@ -2,10 +2,12 @@ #ifndef lint static char rcsid[]= -"$Id: fep_main.c,v 1.6 2009/02/24 07:30:15 noro Exp $ (SRA)"; +"$Id: fep_main.c,v 1.7 2010/04/23 05:34:05 ohara Exp $ (SRA)"; #endif /* lint */ #include +#include +#include #include #include #include @@ -545,7 +547,7 @@ int set_buffer (bp, size) BUFFER *bp; int size; { - char *newbuf, *malloc(), *realloc(); + char *newbuf; if (bp->b_buf) newbuf = (char *) realloc (bp->b_buf, size);