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:
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/poll.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 83736c28e..38cd4b639 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Sat Aug 12 01:37:56 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * poll.cc: Make winsup.h the first include file, re 2000-08-02 change.
+
Sat Aug 12 01:33:12 2000 Christopher Faylor <cgf@cygnus.com>
* winsup.h: Split out dtable definitions into separate header file.
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"