OSDN Git Service

* transport_pipes.cc: Include ntdef.h to accommodate cygerrno.h.
authorcgf <cgf>
Tue, 20 Apr 2010 03:44:38 +0000 (03:44 +0000)
committercgf <cgf>
Tue, 20 Apr 2010 03:44:38 +0000 (03:44 +0000)
winsup/cygserver/ChangeLog
winsup/cygserver/transport_pipes.cc

index 8233ce0..5ce4628 100644 (file)
@@ -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
index b3aaae5..87a91db 100644 (file)
@@ -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