Index: tcl/compat/strstr.c =================================================================== RCS file: /cvs/src/src/tcl/compat/strstr.c,v retrieving revision 1.5 diff -u -p -r1.5 strstr.c --- tcl/compat/strstr.c 21 Jan 2003 19:39:57 -0000 1.5 +++ tcl/compat/strstr.c 23 Apr 2008 18:07:50 -0000 @@ -12,6 +12,11 @@ * RCS: @(#) $Id: strstr.c,v 1.3 2002/01/26 01:10:08 dgp Exp $ */ +#include "tcl.h" +#ifndef NULL +#define NULL 0 +#endif + /* *---------------------------------------------------------------------- *