X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/73e8fe6157dde6c17aa4239efc65aff2a25e99d0..e00dc84d4ef84f1b939c8090d49729b41377421d:/sbr/seq_read.c?ds=inline diff --git a/sbr/seq_read.c b/sbr/seq_read.c index e63f8101..a3c4e0d6 100644 --- a/sbr/seq_read.c +++ b/sbr/seq_read.c @@ -7,6 +7,7 @@ */ #include "h/mh.h" +#include "m_getfld.h" #include "seq_read.h" #include "ssequal.h" #include "trimcpy.h" @@ -109,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; @@ -117,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 */