which need additional include files.
Move include of render.h inside HAVE_... so the usual empty case is really
empty.
* AT&T Research, Florham Park NJ *
**********************************************************/
-#include <utils.h>
#ifndef HAVE_STRCASECMP
+#include <render.h>
#include <string.h>
#include <ctype.h>
* AT&T Research, Florham Park NJ *
**********************************************************/
-#include <utils.h>
#ifndef HAVE_STRNCASECMP
+#include <render.h>
#include <string.h>
#include <ctype.h>