diff options
Diffstat (limited to 'gcc/config/host-darwin.c')
-rw-r--r-- | gcc/config/host-darwin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/host-darwin.c b/gcc/config/host-darwin.c index 223abb89968..3fd0a71c33e 100644 --- a/gcc/config/host-darwin.c +++ b/gcc/config/host-darwin.c @@ -1,5 +1,5 @@ /* Darwin host-specific hook definitions. - Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2007, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -20,7 +20,6 @@ #include "config.h" #include "system.h" #include "coretypes.h" -#include <sys/mman.h> #include "diagnostic-core.h" #include "toplev.h" #include "config/host-darwin.h" |