diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-05-01 23:15:12 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-05-01 23:15:12 +0000 |
commit | c924d3ff93b1dc75affc4cbbba81c857dfc2e860 (patch) | |
tree | b2c6486211f7e0de10cff3269bc9a8cfad051f48 /src/sysselect.h | |
parent | fbc6be52eb6a44fa36b9592de9f0717bf4977ad3 (diff) | |
download | emacs-c924d3ff93b1dc75affc4cbbba81c857dfc2e860.tar.gz |
Fix typo.
Diffstat (limited to 'src/sysselect.h')
-rw-r--r-- | src/sysselect.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/select.h> #endif |