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-09-07 01:03:10 +0400
committerChristopher Faylor <me@cgf.cx>2000-09-07 01:03:10 +0400
commit8dec7b03798a822337c86dbbea2f764d165cd61d (patch)
treebca6e101ad168b14f40f6deb97b96ec08b82e152 /winsup/cygwin/spawn.cc
parent8a8c59b9c20fa9dad2fd212bf9efca3959a8d51f (diff)
* sigproc.cc: Add include file for proper definitions.
* spawn.cc: Ditto. * winsup.h: Define cfree to avoid newlib pollution.
Diffstat (limited to 'winsup/cygwin/spawn.cc')
-rw-r--r--winsup/cygwin/spawn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index 82ee7fa0a..a6dc10fa9 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -25,9 +25,9 @@ details. */
#include "dtable.h"
#include "sync.h"
#include "sigproc.h"
+#include "cygheap.h"
#include "child_info.h"
#include "pinfo.h"
-#include "cygheap.h"
#include "perthread.h"
#define LINE_BUF_CHUNK (MAX_PATH * 2)