X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..394a751fd883d2bbfc769fed7e254e008a2ef45e:/sbr/ssequal.c?ds=sidebyside diff --git a/sbr/ssequal.c b/sbr/ssequal.c index 9cca3d6f..ff249485 100644 --- a/sbr/ssequal.c +++ b/sbr/ssequal.c @@ -1,12 +1,12 @@ -/* - * ssequal.c -- check if a string is a substring of another +/* ssequal.c -- check if a string is a substring of another * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. */ -#include +#include "h/mh.h" +#include "ssequal.h" /* * THIS CODE DOES NOT WORK AS ADVERTISED.