1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 04:53:12 -08:00

Include ctype.h.

This commit is contained in:
Richard M. Stallman 2001-11-04 17:34:56 +00:00
parent 33646fba58
commit c995f22e7e

View 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"