Mercurial > emacs
changeset 62002:5b7105f0624e
Fix typo.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sun, 01 May 2005 23:12:57 +0000 |
parents | 1650d8cea39e |
children | 85b5caf62c8d |
files | src/sysselect.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysselect.h Sun May 01 22:52:29 2005 +0000 +++ b/src/sysselect.h Sun May 01 23:12:57 2005 +0000 @@ -18,7 +18,7 @@ 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