diff options
Diffstat (limited to 'compat/strstr.c')
-rw-r--r-- | compat/strstr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compat/strstr.c b/compat/strstr.c index c83c209..d1f8516 100644 --- a/compat/strstr.c +++ b/compat/strstr.c @@ -9,9 +9,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: strstr.c,v 1.3 2002/01/26 01:10:08 dgp Exp $ + * RCS: @(#) $Id: strstr.c,v 1.4 2004/04/06 22:25:48 dgp Exp $ */ +#include "tcl.h" + /* *---------------------------------------------------------------------- * |