diff options
author | DJ Delorie <dj@redhat.com> | 2000-07-27 17:30:51 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-07-27 17:30:51 +0000 |
commit | d0b178fe3a3493016bb3448c2cf5eb214a4d4d06 (patch) | |
tree | 1d12d7e5b8356385df82253134e9eb7dc686aaab /winsup/cygwin/fhandler_windows.cc | |
parent | bf7be721b84e33cc846dbcbff1be0a3c38ad4bb8 (diff) | |
download | cygnal-d0b178fe3a3493016bb3448c2cf5eb214a4d4d06.tar.gz cygnal-d0b178fe3a3493016bb3448c2cf5eb214a4d4d06.tar.bz2 cygnal-d0b178fe3a3493016bb3448c2cf5eb214a4d4d06.zip |
* testsuite/winsup.api/winsup.exp: ignore stdout by default
* testsuite/winsup.api/crlf.c: non-verbose by default
* winsup.h: prune out windows headers we don't normally need
* assert.cc: add wingdi.h and winuser.h
* fhandler_console.cc: ditto
* fhandler_windows.cc: ditto
* select.cc: ditto
* spawn.cc: ditto
* strace.cc: ditto
* tty.cc: ditto
* window.cc: ditto
* hinfo.cc: add winsock.h
* syscalls.cc: add winnls.h
* uinfo.cc: ditto
* include/windows.h: optimize non-inclusion of repeat headers
Diffstat (limited to 'winsup/cygwin/fhandler_windows.cc')
-rw-r--r-- | winsup/cygwin/fhandler_windows.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler_windows.cc b/winsup/cygwin/fhandler_windows.cc index eee8286e1..b68bb7056 100644 --- a/winsup/cygwin/fhandler_windows.cc +++ b/winsup/cygwin/fhandler_windows.cc @@ -13,6 +13,8 @@ details. */ #include <errno.h> #include "winsup.h" +#include <wingdi.h> +#include <winuser.h> /* The following unix-style calls are supported: |