aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32select.c
diff options
context:
space:
mode:
authorDaniel Colascione2012-10-08 04:53:18 -0800
committerDaniel Colascione2012-10-08 04:53:18 -0800
commit501199a3dbccc83f91a561c6664ae4c1d3dde20a (patch)
treec9b24607e5e44b61fad483b10a0c77862d4d2661 /src/w32select.c
parentc54ebba4e076caeb6105c6bb682252b139a169fa (diff)
downloademacs-501199a3dbccc83f91a561c6664ae4c1d3dde20a.tar.gz
emacs-501199a3dbccc83f91a561c6664ae4c1d3dde20a.zip
Code cleanup for cygw32
Diffstat (limited to 'src/w32select.c')
-rw-r--r--src/w32select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32select.c b/src/w32select.c
index 1690c3b7824..ee0e6d16b11 100644
--- a/src/w32select.c
+++ b/src/w32select.c
@@ -75,7 +75,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
75#include <config.h> 75#include <config.h>
76#include "lisp.h" 76#include "lisp.h"
77#include "w32term.h" /* for all of the w32 includes */ 77#include "w32term.h" /* for all of the w32 includes */
78#include "w32heap.h" /* os_subtype */ 78#include "w32common.h" /* os_subtype */
79#include "blockinput.h" 79#include "blockinput.h"
80#include "charset.h" 80#include "charset.h"
81#include "coding.h" 81#include "coding.h"