X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a59c5565745b21ab13ba016612b9bbbc95ffc8ed..e00dc84d4ef84f1b939c8090d49729b41377421d:/sbr/seq_read.c?ds=sidebyside diff --git a/sbr/seq_read.c b/sbr/seq_read.c index 5e0e1a85..a3c4e0d6 100644 --- a/sbr/seq_read.c +++ b/sbr/seq_read.c @@ -7,6 +7,12 @@ */ #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" #include "brkstring.h" #include "error.h" #include "h/utils.h" @@ -104,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; @@ -112,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 */