aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThien-Thi Nguyen <[email protected]>2005-05-01 23:15:12 +0000
committerThien-Thi Nguyen <[email protected]>2005-05-01 23:15:12 +0000
commitc924d3ff93b1dc75affc4cbbba81c857dfc2e860 (patch)
treeb2c6486211f7e0de10cff3269bc9a8cfad051f48 /src
parentfbc6be52eb6a44fa36b9592de9f0717bf4977ad3 (diff)
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/sysselect.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 073c9f07e3..3dcedea7f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-02 Nozomu Ando <[email protected]>
+
+ * sysselect.h: Fix typo.
+
2005-05-02 Nick Roberts <[email protected]>
* charset.c (Fchars_in_region): Remove as obsolete.
diff --git a/src/sysselect.h b/src/sysselect.h
index 5aa9eb4aee..4c52bba677 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 <sys/select.h>
#endif