diff options
author | Christopher Faylor <me@cgf.cx> | 2000-09-06 21:03:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-09-06 21:03:10 +0000 |
commit | 8dec7b03798a822337c86dbbea2f764d165cd61d (patch) | |
tree | bca6e101ad168b14f40f6deb97b96ec08b82e152 /winsup/cygwin/sigproc.cc | |
parent | 8a8c59b9c20fa9dad2fd212bf9efca3959a8d51f (diff) | |
download | cygnal-8dec7b03798a822337c86dbbea2f764d165cd61d.tar.gz cygnal-8dec7b03798a822337c86dbbea2f764d165cd61d.tar.bz2 cygnal-8dec7b03798a822337c86dbbea2f764d165cd61d.zip |
* sigproc.cc: Add include file for proper definitions.
* spawn.cc: Ditto.
* winsup.h: Define cfree to avoid newlib pollution.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r-- | winsup/cygwin/sigproc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 93313525d..50b8495ed 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -20,6 +20,7 @@ details. */ #include "sync.h" #include "sigproc.h" #include "pinfo.h" +#include "cygheap.h" #include "child_info.h" #include "perthread.h" #include <assert.h> |