X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/751542a19198f2efa957b77ce41d82479952af62..25967c79a7c6f91ccdaa982a6c3e0d9c12f90412:/sbr/error.c diff --git a/sbr/error.c b/sbr/error.c index 5a5808c2..fc5c6afa 100644 --- a/sbr/error.c +++ b/sbr/error.c @@ -5,15 +5,17 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "error.h" #include #include - +#include "h/done.h" /* inform calls advertise() with no what and no tail. * Thus the simple "[invo_name: ]fmt\n" results. */ -void inform(char *fmt, ...) +void +inform(char *fmt, ...) { va_list ap;