* poll.cc: Make winsup.h the first include file, re 2000-08-02 change.

This commit is contained in:
Christopher Faylor 2000-08-12 05:39:41 +00:00
parent e2ebe11776
commit b2007749a8
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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"