From 824dfde09fc3cb1fed8586217d0160ef1e8d8087 Mon Sep 17 00:00:00 2001 From: cshapiro <cshapiro> Date: Mon, 5 Sep 2005 05:56:26 +0000 Subject: [PATCH] Include strings.h for the strcasecmp() prototype. --- lisp/parse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/parse.c b/lisp/parse.c index e1ac93f67..ef78d7572 100644 --- a/lisp/parse.c +++ b/lisp/parse.c @@ -1,8 +1,9 @@ -/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/parse.c,v 1.9 2004/07/30 16:27:08 rtoy Exp $ */ +/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/parse.c,v 1.10 2005/09/05 05:56:26 cshapiro Exp $ */ #include <stdio.h> #include <ctype.h> #include <signal.h> #include <string.h> +#include <strings.h> #include <stdlib.h> #include "lisp.h" -- GitLab