* transport_pipes.cc: Include ntdef.h to accommodate cygerrno.h.

This commit is contained in:
Christopher Faylor 2010-04-20 03:44:38 +00:00
parent e1b57fc2b9
commit c0f1ded4c4
2 changed files with 5 additions and 0 deletions

View 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

View 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