aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/sysdep.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 00d3062c5dd..69b4d082416 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12009-04-27 Andreas Schwab <schwab@linux-m68k.org>
2
3 * sysdep.c: Include <ctype.h>.
4
12009-04-27 David Reitter <david.reitter@gmail.com> 52009-04-27 David Reitter <david.reitter@gmail.com>
2 6
3 * nsfont.m (nsfont_open): remove unused variable shrink. 7 * nsfont.m (nsfont_open): remove unused variable shrink.
diff --git a/src/sysdep.c b/src/sysdep.c
index dfefed7679c..221febd0d7a 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -22,6 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22#include <config.h> 22#include <config.h>
23#endif 23#endif
24 24
25#include <ctype.h>
25#include <signal.h> 26#include <signal.h>
26#include <stdio.h> 27#include <stdio.h>
27#include <setjmp.h> 28#include <setjmp.h>