* stabsread.c: Include <ctype.h>.
This commit is contained in:
parent
3768398df8
commit
9ddfb9eb20
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jun 22 03:15:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* stabsread.c: Include <ctype.h>.
|
||||
|
||||
Mon Jun 21 16:09:46 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||
|
||||
* fork-child.c (fork_inferior): Quote exec_file so it can contain
|
||||
|
|
|
@ -36,6 +36,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#include "complaints.h"
|
||||
#include "demangle.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
/* Ask stabsread.h to define the vars it normally declares `extern'. */
|
||||
#define EXTERN /**/
|
||||
#include "stabsread.h" /* Our own declarations */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue