From f0338f545d769143f542338b4d61f771b5a87f93 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 8 Sep 2000 02:56:55 +0000 Subject: Break out more header info into separate files. Use appropriate header files throughout. * shared.h: Remove. * cygwin_version.h: New file. * delqueue.h: New file. * environ.h: New file. * host_dependent.h: New file. * perprocess.h: New file. * registry.h: New file. * security.h: New file. --- winsup/cygwin/malloc_wrapper.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/malloc_wrapper.cc') diff --git a/winsup/cygwin/malloc_wrapper.cc b/winsup/cygwin/malloc_wrapper.cc index 2e10cddc5..ad117eb8f 100644 --- a/winsup/cygwin/malloc_wrapper.cc +++ b/winsup/cygwin/malloc_wrapper.cc @@ -17,6 +17,7 @@ details. */ #include "cygheap.h" #include "heap.h" #include "sync.h" +#include "perprocess.h" /* we provide these stubs to call into a user's provided malloc if there is one - otherwise -- cgit v1.2.3