Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-08-12 09:39:41 +0400
committerChristopher Faylor <me@cgf.cx>2000-08-12 09:39:41 +0400
commitb2007749a847f816e9fd20f404410aadf4d98615 (patch)
treee77d182bc66d5b3cd8e32bbeacd31f318518d11f /winsup/cygwin/poll.cc
parente2ebe11776cc41f91fe14d695ff9902fa9a58cb7 (diff)
* poll.cc: Make winsup.h the first include file, re 2000-08-02 change.
Diffstat (limited to 'winsup/cygwin/poll.cc')
-rw-r--r--winsup/cygwin/poll.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/poll.cc b/winsup/cygwin/poll.cc
index 2121d28c2..24b097dce 100644
--- a/winsup/cygwin/poll.cc
+++ b/winsup/cygwin/poll.cc
@@ -8,9 +8,9 @@
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
+#include "winsup.h"
#include <sys/poll.h>
#include <errno.h>
-#include "winsup.h"
#include "dtable.h"
extern "C"