diff options
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 94763d6..fbf5dcc 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -2032,6 +2032,7 @@ __clear_cache (char *beg __attribute__((__unused__)), /* Jump to a trampoline, loading the static chain address. */ #if defined(WINNT) && ! defined(__CYGWIN__) +#include <windows.h> int getpagesize (void); int mprotect (char *,int, int); |