]> diplodocus.org Git - nmh/blobdiff - sbr/getline.c
h/prototypes.h: Remove mhlsbr() prototype; no such function.
[nmh] / sbr / getline.c
index ab653bbec859cf01f91aa95e7a295b080123334c..9fae30feb4d99074b819de5ca8bb048e51a928cb 100644 (file)
@@ -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 <limits.h>
 #include <errno.h>
 
-#include <h/mh.h>
+#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