diff options
Diffstat (limited to 'winsup/cygwin/malloc_wrapper.cc')
-rw-r--r-- | winsup/cygwin/malloc_wrapper.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/malloc_wrapper.cc b/winsup/cygwin/malloc_wrapper.cc index ad117eb..fd1653a 100644 --- a/winsup/cygwin/malloc_wrapper.cc +++ b/winsup/cygwin/malloc_wrapper.cc @@ -14,6 +14,8 @@ details. */ #include "winsup.h" #include <stdlib.h> #include <assert.h> +#include "fhandler.h" +#include "dtable.h" #include "cygheap.h" #include "heap.h" #include "sync.h" |