]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 1 May 2005 23:15:12 +0000 (23:15 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 1 May 2005 23:15:12 +0000 (23:15 +0000)
src/ChangeLog
src/sysselect.h

index 073c9f07e3e27e834657abd66497d4da2ff12817..3dcedea7f65c55e04ef85ca2511f978611809444 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-02  Nozomu Ando  <nand@mac.com>
+
+       * sysselect.h: Fix typo.
+
 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
 
        * charset.c (Fchars_in_region): Remove as obsolete.
index 5aa9eb4aee71d2b567c24ed03c166049d312c29e..4c52bba677a15668015fb63409c21f33090e4b1a 100644 (file)
@@ -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 <sys/select.h>
 #endif