* poll.cc: Make winsup.h the first include file, re 2000-08-02 change.
This commit is contained in:
parent
e2ebe11776
commit
b2007749a8
|
@ -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>
|
Sat Aug 12 01:33:12 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* winsup.h: Split out dtable definitions into separate header file.
|
* winsup.h: Split out dtable definitions into separate header file.
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||||
details. */
|
details. */
|
||||||
|
|
||||||
|
#include "winsup.h"
|
||||||
#include <sys/poll.h>
|
#include <sys/poll.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include "winsup.h"
|
|
||||||
#include "dtable.h"
|
#include "dtable.h"
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
|
|
Loading…
Reference in New Issue