* stabsread.c: Include <ctype.h>.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 22 Jun 1993 08:20:18 +0000 (08:20 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 22 Jun 1993 08:20:18 +0000 (08:20 +0000)
gdb/ChangeLog
gdb/stabsread.c

index d3c16b2b94410d3a32b170303dbf9363a3a4aa58..946c3e243d98d8ae187dadaeaeff5ec3b0344ed6 100644 (file)
@@ -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
index 784708da274fe769bfac5dad319a1296533aab41..c09525ac64fdea0cf14c963441dc8ba8a1164500 100644 (file)
@@ -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 */
This page took 0.029863 seconds and 4 git commands to generate.