$NetBSD: patch-src_main.cpp,v 1.1 2023/06/01 13:03:53 bacon Exp $ # Make sure main() returns a value --- src/main.cpp.orig 2021-10-19 02:19:29 UTC +++ src/main.cpp @@ -1,4 +1,5 @@ #include +#include #include "fastqreader.h" #include "unittest.h" #include @@ -18,7 +19,7 @@ int main(int argc, char* argv[]){ if(argc == 1) { cerr << "fastp: an ultra-fast all-in-one FASTQ preprocessor" << endl << "version " << FASTP_VER << endl; //cerr << "fastp --help to see the help"<