sysselect.h failes to include <sys/select.h>.

Is this a typo?
---
Nozomu Ando

---
Index: sysselect.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/sysselect.h,v
retrieving revision 1.3
diff -u -u -r1.3 sysselect.h
--- sysselect.h 1 Sep 2003 15:45:56 -0000       1.3
+++ sysselect.h 29 Apr 2005 18:55:39 -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
 


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to