X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2ad4aac7f0cb1c4981dfbe823bdebff8d7500515..e00dc84d4ef84f1b939c8090d49729b41377421d:/sbr/seq_read.c?ds=sidebyside diff --git a/sbr/seq_read.c b/sbr/seq_read.c index 751568c3..a3c4e0d6 100644 --- a/sbr/seq_read.c +++ b/sbr/seq_read.c @@ -7,6 +7,8 @@ */ #include "h/mh.h" +#include "m_getfld.h" +#include "seq_read.h" #include "ssequal.h" #include "trimcpy.h" #include "getcpy.h" @@ -108,7 +110,7 @@ seq_public (struct msgs *mp, int lockflag, int *failed_to_lock) continue; case BODY: - lkfclosedata (fp, seqfile); + lkfclosedata (fp, seqfile); die("no blank lines are permitted in %s", seqfile); break; @@ -116,7 +118,7 @@ seq_public (struct msgs *mp, int lockflag, int *failed_to_lock) break; default: - lkfclosedata (fp, seqfile); + lkfclosedata (fp, seqfile); die("%s is poorly formatted", seqfile); } break; /* break from for loop */