* termios.cc: Change include order to accomodate change to sys/ioctl.h.
This commit is contained in:
parent
ad1fcc4a3c
commit
63f33caadc
@ -1,3 +1,7 @@
|
||||
2006-12-06 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* termios.cc: Change include order to accomodate change to sys/ioctl.h.
|
||||
|
||||
2006-12-06 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_mem.cc (fhandler_dev_mem::open): Fix comment.
|
||||
|
@ -12,6 +12,7 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#include "winsup.h"
|
||||
#include "cygwin/version.h"
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include "cygerrno.h"
|
||||
@ -20,7 +21,6 @@ details. */
|
||||
#include "fhandler.h"
|
||||
#include "dtable.h"
|
||||
#include "cygheap.h"
|
||||
#include "cygwin/version.h"
|
||||
#include "perprocess.h"
|
||||
#include "sigproc.h"
|
||||
#include "cygtls.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user