diff options
author | Christopher Faylor <me@cgf.cx> | 2000-08-12 05:35:42 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-08-12 05:35:42 +0000 |
commit | e2ebe11776cc41f91fe14d695ff9902fa9a58cb7 (patch) | |
tree | 4f705618b5156799291433cde2b795b005db4044 /winsup/cygwin/mmap.cc | |
parent | 3ee92b51d6b44784783b09615f103a5ca656b3e3 (diff) | |
download | cygnal-e2ebe11776cc41f91fe14d695ff9902fa9a58cb7.tar.gz cygnal-e2ebe11776cc41f91fe14d695ff9902fa9a58cb7.tar.bz2 cygnal-e2ebe11776cc41f91fe14d695ff9902fa9a58cb7.zip |
* winsup.h: Split out dtable definitions into separate header file.
* dtable.h: New file.
* sigproc.h: Eliminate pinfo.h usage here. Use it in source files that need
it.
Diffstat (limited to 'winsup/cygwin/mmap.cc')
-rw-r--r-- | winsup/cygwin/mmap.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/mmap.cc b/winsup/cygwin/mmap.cc index 400b5759f..bef6b4bb7 100644 --- a/winsup/cygwin/mmap.cc +++ b/winsup/cygwin/mmap.cc @@ -13,7 +13,8 @@ details. */ #include <stddef.h> #include <sys/mman.h> #include <errno.h> - +#include "dtable.h" +#include "pinfo.h" /* * Simple class used to keep a record of all current |