]> git.eshelyaron.com Git - emacs.git/commitdiff
Include character.h
authorJason Rumney <jasonr@gnu.org>
Wed, 13 Jun 2007 21:05:52 +0000 (21:05 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 13 Jun 2007 21:05:52 +0000 (21:05 +0000)
src/w32menu.c
src/w32proc.c
src/w32select.c

index 4b00b73210d5c615f03e61f532c1d62ed3db7126..d7fdcd49b9f7c634bd415e0ef2b006cb9241e7f4 100644 (file)
@@ -32,6 +32,7 @@ Boston, MA 02110-1301, USA.  */
 #include "blockinput.h"
 #include "buffer.h"
 #include "charset.h"
+#include "character.h"
 #include "coding.h"
 
 /* This may include sys/types.h, and that somehow loses
index 84114e0f1c54e38f1493604110e1063b452bdf27..ab768527658870a2828b788efe1177de7f3d3a46 100644 (file)
@@ -55,6 +55,7 @@ extern BOOL WINAPI IsValidLocale(LCID, DWORD);
 #endif
 
 #include "lisp.h"
+#include "character.h"
 #include "w32.h"
 #include "w32heap.h"
 #include "systime.h"
index 31d0a0d88cc20b55c67ec1a58c61740770929cac..33ca6aaa2b94ce5e44c0a1d9d88496df40811cb4 100644 (file)
@@ -82,6 +82,7 @@ Boston, MA 02110-1301, USA.  */
 #include "keyboard.h"  /* cmd_error_internal() */
 #include "charset.h"
 #include "coding.h"
+#include "character.h"
 #include "composite.h"