diff options
Diffstat (limited to 'winsup/cygwin/window.cc')
-rw-r--r-- | winsup/cygwin/window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/window.cc b/winsup/cygwin/window.cc index bd468d1aa..98e6b6d03 100644 --- a/winsup/cygwin/window.cc +++ b/winsup/cygwin/window.cc @@ -10,11 +10,11 @@ This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ +#include "winsup.h" #include <sys/time.h> #include <stdlib.h> #include <errno.h> #include <limits.h> -#include "winsup.h" #include <wingdi.h> #include <winuser.h> |