diff options
Diffstat (limited to 'winsup/cygwin/malloc_wrapper.cc')
-rw-r--r-- | winsup/cygwin/malloc_wrapper.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/malloc_wrapper.cc b/winsup/cygwin/malloc_wrapper.cc index 1cbe43c..2fa93b1 100644 --- a/winsup/cygwin/malloc_wrapper.cc +++ b/winsup/cygwin/malloc_wrapper.cc @@ -16,6 +16,7 @@ details. */ #include <assert.h> #include "security.h" #include "fhandler.h" +#include "path.h" #include "dtable.h" #include "cygheap.h" #include "heap.h" |