]> git.eshelyaron.com Git - emacs.git/commitdiff
Include ctype.h.
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Nov 2001 17:34:56 +0000 (17:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Nov 2001 17:34:56 +0000 (17:34 +0000)
src/editfns.c

index 71cb8fb744f543e7cc218a9bc00fcb3a92dddd1e..ffe52fe0b19ac3ca2393976aed493180ec71d590 100644 (file)
@@ -33,6 +33,8 @@ Boston, MA 02111-1307, USA.  */
 #include <unistd.h>
 #endif
 
+#include <ctype.h>
+
 #include "lisp.h"
 #include "intervals.h"
 #include "buffer.h"