X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2b83f27e1980a6c5de752bd55c0ff76f53ec15f6..25967c79a7c6f91ccdaa982a6c3e0d9c12f90412:/sbr/error.c diff --git a/sbr/error.c b/sbr/error.c index 82850510..fc5c6afa 100644 --- a/sbr/error.c +++ b/sbr/error.c @@ -5,7 +5,8 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "error.h" #include #include @@ -13,7 +14,8 @@ /* 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;