* sigproc.cc: Add include file for proper definitions.

* spawn.cc: Ditto.
* winsup.h: Define cfree to avoid newlib pollution.
This commit is contained in:
Christopher Faylor
2000-09-06 21:03:10 +00:00
parent 8a8c59b9c2
commit 8dec7b0379
4 changed files with 10 additions and 1 deletions

View File

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