X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/29a1ada5b960fbf29d52e0f44911370a6c0c7c5f..b3d4a4452c332fc3550db3fbdf9e02027b41e985:/sbr/fmt_addr.c diff --git a/sbr/fmt_addr.c b/sbr/fmt_addr.c index 4684fa7f..fc9c4db0 100644 --- a/sbr/fmt_addr.c +++ b/sbr/fmt_addr.c @@ -5,10 +5,10 @@ * complete copyright information. */ -#include -#include -#include -#include +#include "h/mh.h" +#include "h/addrsbr.h" +#include "h/fmt_scan.h" +#include "h/utils.h" static char *buf; /* our current working buffer */ static char *bufend; /* end of working buffer */ @@ -111,7 +111,8 @@ formataddr (char *orig, char *str) return buf; } -char *concataddr (char *orig, char *str) +char * +concataddr (char *orig, char *str) { return formataddr(orig, str); }