Skip to content
Snippets Groups Projects
Commit 824dfde0 authored by cshapiro's avatar cshapiro
Browse files

Include strings.h for the strcasecmp() prototype.

parent 315f4c88
No related branches found
No related tags found
No related merge requests found
/* $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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment