X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..f9754b35f2f3b4c5cb0890f154181d2bab66c679:/sbr/smatch.c diff --git a/sbr/smatch.c b/sbr/smatch.c index f30e5899..7a3f9024 100644 --- a/sbr/smatch.c +++ b/sbr/smatch.c @@ -5,7 +5,8 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "smatch.h" int @@ -41,5 +42,5 @@ smatch(const char *string, const struct swit *swp) firstone = AMBIGSW; } - return (firstone); + return firstone; }