[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/image.c [lexbind]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/src/image.c [lexbind] |
Date: |
Tue, 06 Jul 2004 07:04:45 -0400 |
Index: emacs/src/image.c
diff -c emacs/src/image.c:1.6.2.5 emacs/src/image.c:1.6.2.6
*** emacs/src/image.c:1.6.2.5 Tue Jul 6 09:39:56 2004
--- emacs/src/image.c Tue Jul 6 10:10:53 2004
***************
*** 23,28 ****
--- 23,29 ----
#include <signal.h>
#include <stdio.h>
#include <math.h>
+ #include <ctype.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>