* 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

@@ -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