diff options
Diffstat (limited to 'sim/common/sim-basics.h')
-rw-r--r-- | sim/common/sim-basics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-basics.h b/sim/common/sim-basics.h index be6cb9e90ac..b140566e2bf 100644 --- a/sim/common/sim-basics.h +++ b/sim/common/sim-basics.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002 Free Software Foundation, Inc. + Copyright 2002, 2004 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. @@ -29,7 +29,7 @@ /* Basic configuration */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include "cconfig.h" #endif /* Basic host dependant mess - hopefully <stdio.h> + <stdarg.h> will |