X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/40009883832750cb536db4d41f500c0ad41005de..62b9266aa31b2baced3252987b256b4e43ec9573:/sbr/getline.c diff --git a/sbr/getline.c b/sbr/getline.c index ab653bbe..9fae30fe 100644 --- a/sbr/getline.c +++ b/sbr/getline.c @@ -1,5 +1,4 @@ -/* - * getline.c -- replacement getline() implementation +/* getline.c -- replacement getline() implementation * * This code is Copyright (c) 2016, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -11,7 +10,7 @@ #include #include -#include +#include "h/mh.h" /* Largest possible size of buffer that allows SSIZE_MAX to be returned * to indicate SSIZE_MAX - 1 characters read before the '\n'. The