From: Thien-Thi Nguyen Date: Sun, 1 May 2005 23:15:12 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~597 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c924d3ff93b1dc75affc4cbbba81c857dfc2e860;p=emacs.git Fix typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 073c9f07e3e..3dcedea7f65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-05-02 Nozomu Ando + + * sysselect.h: Fix typo. + 2005-05-02 Nick Roberts * charset.c (Fchars_in_region): Remove as obsolete. diff --git a/src/sysselect.h b/src/sysselect.h index 5aa9eb4aee7..4c52bba677a 100644 --- a/src/sysselect.h +++ b/src/sysselect.h @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_SYS_SELECT +#ifdef HAVE_SYS_SELECT_H #include #endif