X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/448af057e4eb658120efc1ad61ac10074775a130..843bc850b2b7732c8969b9ad25e922fb09eaf4b3:/sbr/seq_read.c diff --git a/sbr/seq_read.c b/sbr/seq_read.c index c0043350..a3c4e0d6 100644 --- a/sbr/seq_read.c +++ b/sbr/seq_read.c @@ -7,6 +7,9 @@ */ #include "h/mh.h" +#include "m_getfld.h" +#include "seq_read.h" +#include "ssequal.h" #include "trimcpy.h" #include "getcpy.h" #include "m_atoi.h" @@ -107,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; @@ -115,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 */