X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/29a1ada5b960fbf29d52e0f44911370a6c0c7c5f..0b7286788a95dd854d1826b8493eda431d8e8aac:/uip/mhlsbr.c diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index ef9f8305..8224980e 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -5,13 +5,20 @@ * complete copyright information. */ -#include -#include -#include -#include -#include +#include "h/mh.h" +#include "sbr/brkstring.h" +#include "sbr/ambigsw.h" +#include "sbr/pidstatus.h" +#include "sbr/print_version.h" +#include "sbr/print_help.h" +#include "sbr/arglist.h" +#include "sbr/error.h" +#include "h/signals.h" +#include "h/addrsbr.h" +#include "h/fmt_scan.h" +#include "h/tws.h" #include "h/done.h" -#include +#include "h/utils.h" #include "sbr/m_popen.h" #include #include @@ -1596,7 +1603,8 @@ putch (char ch, unsigned long flags) * Either way, the result depends on ASCII LF, either from typing Enter * or an escaped Ctrl-J, being amongst the read characters. */ -static bool linefeed_typed(void) +static bool +linefeed_typed(void) { char buf[128]; ssize_t n;