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:
authorChristopher Faylor <me@cgf.cx>2000-08-12 09:47:12 +0400
committerChristopher Faylor <me@cgf.cx>2000-08-12 09:47:12 +0400
commit84cf3d22e3043ceffa0a14f4bb56f914992f0e68 (patch)
tree9506a6a03d85546ac137852b12fe87f671952847
parentb2007749a847f816e9fd20f404410aadf4d98615 (diff)
Correct order in include files.
-rw-r--r--winsup/cygwin/fhandler_tty.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc
index 2c807013a..2ada539be 100644
--- a/winsup/cygwin/fhandler_tty.cc
+++ b/winsup/cygwin/fhandler_tty.cc
@@ -16,8 +16,8 @@ details. */
#include <errno.h>
#include <ctype.h>
#include <limits.h>
-#include "pinfo.h"
#include "dtable.h"
+#include "pinfo.h"
/* Tty master stuff */