=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/plugin/cmotagToName.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- OpenXM/src/kan96xx/plugin/cmotagToName.c 2005/07/03 11:08:54 1.4 +++ OpenXM/src/kan96xx/plugin/cmotagToName.c 2020/10/06 11:33:47 1.5 @@ -1,10 +1,11 @@ -/* $OpenXM: OpenXM/src/kan96xx/plugin/cmotagToName.c,v 1.3 2001/05/04 01:06:30 takayama Exp $ */ +/* $OpenXM: OpenXM/src/kan96xx/plugin/cmotagToName.c,v 1.4 2005/07/03 11:08:54 ohara Exp $ */ #include #include +#include #include "cmotag.h" #define BSIZE 1024 -main() { +void main() { FILE *fp; char s[BSIZE]; int i, start;