diff options
author | Christopher Faylor <me@cgf.cx> | 2000-08-12 05:39:41 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-08-12 05:39:41 +0000 |
commit | b2007749a847f816e9fd20f404410aadf4d98615 (patch) | |
tree | e77d182bc66d5b3cd8e32bbeacd31f318518d11f | |
parent | e2ebe11776cc41f91fe14d695ff9902fa9a58cb7 (diff) | |
download | cygnal-b2007749a847f816e9fd20f404410aadf4d98615.tar.gz cygnal-b2007749a847f816e9fd20f404410aadf4d98615.tar.bz2 cygnal-b2007749a847f816e9fd20f404410aadf4d98615.zip |
* poll.cc: Make winsup.h the first include file, re 2000-08-02 change.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/poll.cc | 2 |
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" |