[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/sysselect.h
From: |
Thien-Thi Nguyen |
Subject: |
[Emacs-diffs] Changes to emacs/src/sysselect.h |
Date: |
Sun, 01 May 2005 19:12:57 -0400 |
Index: emacs/src/sysselect.h
diff -c emacs/src/sysselect.h:1.3 emacs/src/sysselect.h:1.4
*** emacs/src/sysselect.h:1.3 Mon Sep 1 15:45:56 2003
--- emacs/src/sysselect.h Sun May 1 23:12:57 2005
***************
*** 18,24 ****
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
! #ifdef HAVE_SYS_SELECT
#include <sys/select.h>
#endif
--- 18,24 ----
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
! #ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
- [Emacs-diffs] Changes to emacs/src/sysselect.h,
Thien-Thi Nguyen <=