]> git.eshelyaron.com Git - emacs.git/commitdiff
* sysdep.c: Include <ctype.h>.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 27 Apr 2009 22:27:55 +0000 (22:27 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 27 Apr 2009 22:27:55 +0000 (22:27 +0000)
src/ChangeLog
src/sysdep.c

index 00d3062c5dd21d39c88b492a5c17c0627c199890..69b4d082416bd1a1cc2c7206a584e3387900ed22 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-27  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sysdep.c: Include <ctype.h>.
+
 2009-04-27  David Reitter  <david.reitter@gmail.com>
 
        * nsfont.m (nsfont_open): remove unused variable shrink.
index dfefed7679cdf188b0016f2ba79f7f59ef63d7ad..221febd0d7abb31d000a5ac1e56e1fcce60e1958 100644 (file)
@@ -22,6 +22,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <config.h>
 #endif
 
+#include <ctype.h>
 #include <signal.h>
 #include <stdio.h>
 #include <setjmp.h>