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>2010-04-20 07:44:38 +0400
committerChristopher Faylor <me@cgf.cx>2010-04-20 07:44:38 +0400
commitc0f1ded4c43f3a659933c671efdc272ddd421557 (patch)
treeedf29acfc31e86e6dcc10b0c192cb738709f8566 /winsup/cygserver
parente1b57fc2b916525204bcb340f6693d9fe298dad3 (diff)
* transport_pipes.cc: Include ntdef.h to accommodate cygerrno.h.
Diffstat (limited to 'winsup/cygserver')
-rw-r--r--winsup/cygserver/ChangeLog4
-rw-r--r--winsup/cygserver/transport_pipes.cc1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index 8233ce0d8..5ce462852 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-19 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * transport_pipes.cc: Include ntdef.h to accommodate cygerrno.h.
+
2009-11-16 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (cygserver.exe): Link with -static to avoid linking
diff --git a/winsup/cygserver/transport_pipes.cc b/winsup/cygserver/transport_pipes.cc
index b3aaae59d..87a91db42 100644
--- a/winsup/cygserver/transport_pipes.cc
+++ b/winsup/cygserver/transport_pipes.cc
@@ -13,6 +13,7 @@ details. */
/* to allow this to link into cygwin and the .dll, a little magic is needed. */
#ifdef __OUTSIDE_CYGWIN__
#include "woutsup.h"
+#include <ntdef.h>
#else
#include "winsup.h"
#endif