diff src/objects-gtk.c @ 3676:3ef0aaf3dc34

[xemacs-hg @ 2006-11-12 13:40:04 by aidan] Prevent a crash if the ASCII charset registries match nothing.
author aidan
date Sun, 12 Nov 2006 13:40:09 +0000
parents 98af8a976fc3
children b3ce27ca7647 304aebb79cd3
line wrap: on
line diff
--- a/src/objects-gtk.c	Sat Nov 11 22:51:05 2006 +0000
+++ b/src/objects-gtk.c	Sun Nov 12 13:40:09 2006 +0000
@@ -31,6 +31,7 @@
 #include "lisp.h"
 
 #include "buffer.h"
+#include "charset.h"
 #include "device-impl.h"
 #include "insdel.h"