]> code.delx.au - gnu-emacs/blobdiff - src/w16select.c
xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
[gnu-emacs] / src / w16select.c
index 9498d7adfe8d40743ba0b8040a28b8a9f1a54301..d6951be4d82a7e970d7961a8d058b454a8891331 100644 (file)
@@ -1,6 +1,6 @@
 /* 16-bit Windows Selection processing for emacs on MS-Windows
    Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -32,6 +32,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <dpmi.h>
 #include <go32.h>
 #include <sys/farptr.h>
+#include <setjmp.h>
 #include "lisp.h"
 #include "dispextern.h"        /* frame.h seems to want this */
 #include "frame.h"     /* Need this to get the X window of selected_frame */