* complete copyright information.
*/
-#include <h/mh.h>
+#include "h/mh.h"
+#include "error.h"
#include <sys/types.h>
#include <sys/uio.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;