diff options
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r-- | gcc/cpphash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c index b1375e14338..6aa9e9c7c12 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -24,9 +24,9 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "config.h" #include "system.h" +#include "gansidecl.h" #include "cpplib.h" #include "cpphash.h" -#include "gansidecl.h" extern char *xmalloc PARAMS ((unsigned)); |