From: Paul Eggert Date: Fri, 3 Jun 2011 20:14:12 +0000 (-0700) Subject: * xselect.c: Include . X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~1323^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aa76b908750df2d882a3a7767133928435b0fe85;p=emacs.git * xselect.c: Include . --- diff --git a/src/ChangeLog b/src/ChangeLog index 20308d40ab0..de227b45256 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -19,7 +19,8 @@ * undo.c (record_first_change): Use INTEGER_TO_CONS. (Fprimitive_undo): Use CONS_TO_INTEGER. * xfns.c (Fx_window_property): Likewise. - * xselect.c (x_own_selection, selection_data_to_lisp_data): + * xselect.c: Include . + (x_own_selection, selection_data_to_lisp_data): Use INTEGER_TO_CONS. (x_handle_selection_request, x_handle_selection_clear) (x_get_foreign_selection, Fx_disown_selection_internal) diff --git a/src/xselect.c b/src/xselect.c index 7545a44b1bc..ae73aa2d6a6 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -20,6 +20,7 @@ along with GNU Emacs. If not, see . */ /* Rewritten by jwz */ #include +#include #include /* termhooks.h needs this */ #include