]> gcc.gnu.org Git - gcc.git/commitdiff
Include ctype.h.
authorRichard Stallman <rms@gnu.org>
Mon, 18 Oct 1993 22:57:02 +0000 (22:57 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 18 Oct 1993 22:57:02 +0000 (22:57 +0000)
From-SVN: r5796

gcc/gen-protos.c

index 995659a1a508fde91b94c753ba54ab049fb05572..8eec3a141321a28e5ac8ec0a784886b58bfb4ce5 100644 (file)
@@ -16,6 +16,7 @@ along with this program; if not, write to the Free Software
 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
+#include <ctype.h>
 #include "scan.h"
 
 #define HASH_SIZE 2503 /* a prime */
This page took 0.061856 seconds and 5 git commands to generate.